Enum HorizontalAlignment
Describes how the element is horizontally positioned or stretched within the frame.
public enum HorizontalAlignment
- Extension Methods
Fields
Center = 1The element is aligned to the center of the frame.
Left = 0The element is aligned to the left of the frame.
Right = 2The element is aligned to the right of the frame.
Stretch = 3The element is stretched to fill the entire frame.