Enum LayoutOrigin
A layout origin definition.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum LayoutOrigin : int
Fields
| Name | Description |
|---|---|
| BottomLeft | Indicates an origin where 0,0 is in the bottom-left corner. |
| BottomRight | Indicates an origin where 0,0 is in the bottom-right corner. |
| TopLeft | Indicates an origin where 0,0 is in the top-left corner. |
| TopRight | Indicates an origin where 0,0 is in the top-right corner. |