Class AnchorPresets
UI control anchors presets.
Inheritance
Namespace: FlaxEngine.GUI
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class AnchorPresets : EnumFields
BottomCenter
The center of the bottom edge of the parent control.
Declaration
public const AnchorPresets BottomCenterField Value
| AnchorPresets 
 | 
BottomLeft
The bottom left corner of the parent control.
Declaration
public const AnchorPresets BottomLeftField Value
| AnchorPresets 
 | 
BottomRight
The bottom right corner of the parent control.
Declaration
public const AnchorPresets BottomRightField Value
| AnchorPresets 
 | 
Custom
HorizontalStretchBottom
The horizontal stretch on the bottom of the parent control.
Declaration
public const AnchorPresets HorizontalStretchBottomField Value
| AnchorPresets 
 | 
HorizontalStretchMiddle
The horizontal stretch in the middle of the parent control.
Declaration
public const AnchorPresets HorizontalStretchMiddleField Value
| AnchorPresets 
 | 
HorizontalStretchTop
The horizontal stretch on the top of the parent control.
Declaration
public const AnchorPresets HorizontalStretchTopField Value
| AnchorPresets 
 | 
MiddleCenter
The middle center! Right in the middle of the parent control.
Declaration
public const AnchorPresets MiddleCenterField Value
| AnchorPresets 
 | 
MiddleLeft
The middle of the left edge of the parent control.
Declaration
public const AnchorPresets MiddleLeftField Value
| AnchorPresets 
 | 
MiddleRight
The middle of the right edge of the parent control.
Declaration
public const AnchorPresets MiddleRightField Value
| AnchorPresets 
 | 
StretchAll
All parent control edges.
Declaration
public const AnchorPresets StretchAllField Value
| AnchorPresets 
 | 
TopCenter
The center of the top edge of the parent control.
Declaration
public const AnchorPresets TopCenterField Value
| AnchorPresets 
 | 
TopLeft
The top left corner of the parent control.
Declaration
public const AnchorPresets TopLeftField Value
| AnchorPresets 
 | 
TopRight
The top right corner of the parent control.
Declaration
public const AnchorPresets TopRightField Value
| AnchorPresets 
 | 
value__
Declaration
public int value__Field Value
| System.Int32 
 | 
VerticalStretchCenter
The vertical stretch on the center of the parent control.
Declaration
public const AnchorPresets VerticalStretchCenterField Value
| AnchorPresets 
 | 
VerticalStretchLeft
The vertical stretch on the left of the parent control.
Declaration
public const AnchorPresets VerticalStretchLeftField Value
| AnchorPresets 
 | 
VerticalStretchRight
The vertical stretch on the right of the parent control.
Declaration
public const AnchorPresets VerticalStretchRightField Value
| AnchorPresets 
 |