Enum AnchorPos
Used when positioning UI elements. Each entry corresponds to a commonly used anchor point setup.
Namespace: Fusee.Engine.Gui
Assembly: Fusee.Engine.Gui.dll
Syntax
public enum AnchorPos
Fields
| Name | Description |
|---|---|
| DownDownLeft | Anchors to the lower left corner of the parent element. |
| DownDownRight | Anchors to the lower right corner of the parent element. |
| Middle | Anchors to the middle of the parent element. |
| StretchAll | Stretches across all of the parent element. |
| StretchHorizontal | Stretches horizontally, but keeps its size vertically. |
| StretchVertical | Stretches vertically, but keeps its size horizontally. |
| TopTopLeft | Anchors to the upper left corner of the parent element. |
| TopTopRight | Anchors to the upper right corner of the parent element. |