Class AnchorPresets
UI control anchors presets.
Inheritance
Namespace: FlaxEngine.GUI
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class AnchorPresets : Enum
Fields
BottomCenter
The center of the bottom edge of the parent control.
Declaration
public const AnchorPresets BottomCenter
Field Value
AnchorPresets
|
BottomLeft
The bottom left corner of the parent control.
Declaration
public const AnchorPresets BottomLeft
Field Value
AnchorPresets
|
BottomRight
The bottom right corner of the parent control.
Declaration
public const AnchorPresets BottomRight
Field Value
AnchorPresets
|
Custom
HorizontalStretchBottom
The horizontal stretch on the bottom of the parent control.
Declaration
public const AnchorPresets HorizontalStretchBottom
Field Value
AnchorPresets
|
HorizontalStretchMiddle
The horizontal stretch in the middle of the parent control.
Declaration
public const AnchorPresets HorizontalStretchMiddle
Field Value
AnchorPresets
|
HorizontalStretchTop
The horizontal stretch on the top of the parent control.
Declaration
public const AnchorPresets HorizontalStretchTop
Field Value
AnchorPresets
|
MiddleCenter
The middle center! Right in the middle of the parent control.
Declaration
public const AnchorPresets MiddleCenter
Field Value
AnchorPresets
|
MiddleLeft
The middle of the left edge of the parent control.
Declaration
public const AnchorPresets MiddleLeft
Field Value
AnchorPresets
|
MiddleRight
The middle of the right edge of the parent control.
Declaration
public const AnchorPresets MiddleRight
Field Value
AnchorPresets
|
StretchAll
All parent control edges.
Declaration
public const AnchorPresets StretchAll
Field Value
AnchorPresets
|
TopCenter
The center of the top edge of the parent control.
Declaration
public const AnchorPresets TopCenter
Field Value
AnchorPresets
|
TopLeft
The top left corner of the parent control.
Declaration
public const AnchorPresets TopLeft
Field Value
AnchorPresets
|
TopRight
The top right corner of the parent control.
Declaration
public const AnchorPresets TopRight
Field 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 VerticalStretchCenter
Field Value
AnchorPresets
|
VerticalStretchLeft
The vertical stretch on the left of the parent control.
Declaration
public const AnchorPresets VerticalStretchLeft
Field Value
AnchorPresets
|
VerticalStretchRight
The vertical stretch on the right of the parent control.
Declaration
public const AnchorPresets VerticalStretchRight
Field Value
AnchorPresets
|