MarkerAlignment Enum

Definition

Defines bullet and numbering alignment.

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
Inheritance
MarkerAlignment
Attributes

Fields

Center 2

Text is centered in the line.

Left 1

Text is left aligned.

Right 3

Text is right aligned.

Undefined 0

The value is undefined.

Applies to

See also