LayoutMasterMode Enum
Location
- Namespace
- Fuse.Elements
- Package
- Fuse.Elements 2.9.1
Possible Values
- ParentTransform
-
The element gets a position to match it's world location to that of the master element; the element will have the same visual location and size and the master element.
- LocalLayout
-
The element copies the master elements local size and position (relative to its own parent).
- ParentLayout
-
The element copies the local size and position of the master element's parent.
Interface of LayoutMasterMode
HasFlag(LayoutMasterMode) : bool uno
LayoutMasterMode - LayoutMasterMode : LayoutMasterMode uno
LayoutMasterMode != LayoutMasterMode : bool uno
LayoutMasterMode & LayoutMasterMode : LayoutMasterMode uno
LayoutMasterMode ^ LayoutMasterMode : LayoutMasterMode uno
LayoutMasterMode == LayoutMasterMode : bool uno
LayoutMasterMode | LayoutMasterMode : LayoutMasterMode uno
LocalLayout : LayoutMasterMode uno
The element copies the master elements local size and position (relative to its own parent).
ParentLayout : LayoutMasterMode uno
The element copies the local size and position of the master element's parent.
ParentTransform : LayoutMasterMode uno
The element gets a position to match it's world location to that of the master element; the element will have the same visual location and size and the master element.
Inherited from object
Equals(object) : bool uno
GetHashCode : int uno
GetType : Type uno
ToString : string uno
See Also
SetLayoutMasterMode(Element, LayoutMasterMode) uno
Determines how the layout of the master element is used to control the size of this one.