Enum LayoutAnchor
Describes where parent should be located relative to child layout elements.
Namespace: Microsoft.MixedReality.Toolkit.Utilities
Assembly: cs.temp.dll.dll
Syntax
public enum LayoutAnchor
Fields
Name | Description |
---|---|
BottomCenter | Parent will be in bottom center of collection |
BottomLeft | Parent will be in bottom left of collection |
BottomRight | Parent will be in bottom right of collection |
MiddleCenter | Parent will be in middle center of collection |
MiddleLeft | Parent will be in middle left of collection |
MiddleRight | Parent will be in middle right of collection |
UpperCenter | Parent will be in upper center of collection |
UpperLeft | Parent will be in upper left corner of collection |
UpperRight | Parent will be in upper right of collection |