Enum LayoutAlignment
A layout alignment definition.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum LayoutAlignment
Fields
Name | Description |
---|---|
Bottom | Indicates a bottom-center alignment. |
BottomLeft | Indicates a bottom-left alignment. |
BottomRight | Indicates a bottom-right alignment. |
Center | Indicates a center-center alignment. |
Left | Indicates a center-left alignment. |
Right | Indicates a center-right alignment. |
Top | Indicates a top-center alignment. |
TopLeft | Indicates a top-left alignment. |
TopRight | Indicates a top-right alignment. |