HorizontalAlignmentΒΆ

enum HorizontalAlignment : System.Enum, System.IComparable, System.IFormattable, System.IConvertible

Represents horizontal alignment.

HorizontalAlignment Left

The given X value should indicate the left of what is being aligned.

HorizontalAlignment Center

The given X value should indicate the center of what is being aligned.

HorizontalAlignment Right

The given X value should indicate the right of what is being aligned.