MarkerAlignment 列挙型

定義

箇条書きと段落番号の配置を定義します。

public enum class MarkerAlignment
/// [Windows.Foundation.Metadata.Version(1)]
enum class MarkerAlignment
[Windows.Foundation.Metadata.Version(1)]
public enum MarkerAlignment
var value = Microsoft.UI.Text.MarkerAlignment.undefined
Public Enum MarkerAlignment
継承
MarkerAlignment
属性

フィールド

Center 2

テキストは行の中央に配置されます。

Left 1

テキストは左揃えです。

Right 3

テキストは右揃えです。

Undefined 0

値は未定義です。

適用対象

こちらもご覧ください