/ fm / liveswitch / LayoutOrigin
Enumeration: LayoutOrigin
fm.liveswitch.LayoutOrigin
A layout origin definition.
Table of contents
Enumeration members
Enumeration members
BottomLeft
• BottomLeft: = 4
Indicates an origin where 0,0 is in the bottom-left corner.
Defined in: Generated/TypeScript/fm.liveswitch/LayoutOrigin.ts:32
BottomRight
• BottomRight: = 3
Indicates an origin where 0,0 is in the bottom-right corner.
Defined in: Generated/TypeScript/fm.liveswitch/LayoutOrigin.ts:26
TopLeft
• TopLeft: = 1
Indicates an origin where 0,0 is in the top-left corner.
Defined in: Generated/TypeScript/fm.liveswitch/LayoutOrigin.ts:14
TopRight
• TopRight: = 2
Indicates an origin where 0,0 is in the top-right corner.
Defined in: Generated/TypeScript/fm.liveswitch/LayoutOrigin.ts:20