Enum HorizontalAnchor

HorizontalAnchor enumeration

Specifies side to be aligned horizontally.

public enum HorizontalAnchor

Values

NameValueDescription
Center0Specifies that centers will be aligned.
Left1Specifies that left sides will be aligned.
Right2Specifies that right sides will be aligned.

See Also