Enum VerticalAlignment
Describes how the element is vertically positioned or stretched within the frame.
public enum VerticalAlignment
- Extension Methods
Fields
Bottom = 2The element is aligned to the bottom of the frame.
Center = 1The element is aligned to the center of the frame.
Stretch = 3The element is stretched to fill the entire frame.
Top = 0The element is aligned to the top of the frame.