Share via


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

Name Value Description
Undefined 0

The value is undefined.

Left 1

Text is left aligned.

Center 2

Text is centered in the line.

Right 3

Text is right aligned.

Applies to

See also