PosPrinterAlignment 枚举

定义

描述服务点打印机在页面上打印的文本的可能水平对齐方式。

public enum class PosPrinterAlignment
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PosPrinterAlignment
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PosPrinterAlignment
var value = Windows.Devices.PointOfService.PosPrinterAlignment.left
Public Enum PosPrinterAlignment
继承
PosPrinterAlignment
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

字段

Center 1

文本居中。

Left 0

文本左对齐。

Right 2

文本右对齐。

适用于