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

テキストは右揃えです。

適用対象