Enum VerticalAnchor

VerticalAnchor enumeration

Specifies side to be aligned vertically.

public enum VerticalAnchor

Values

NameValueDescription
Center0Specifies that centers will be aligned.
Top1Specifies that top sides will be aligned.
Bottom2Specifies that bottom sides will be aligned

See Also