Class TextBlockStyle.Alignments
Text block alignments modes.
Inheritance
System.Object
TextBlockStyle.Alignments
Namespace: FlaxEngine.GUI
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class Alignments : Enum
Fields
Baseline
Block will be aligned to the baseline of the text (vertically).
Declaration
public const TextBlockStyle.Alignments Baseline
Field Value
Bottom
Block will be aligned to the bottom edge of the line (vertically).
Declaration
public const TextBlockStyle.Alignments Bottom
Field Value
Center
Block will be aligned to center of the layout (horizontally).
Declaration
public const TextBlockStyle.Alignments Center
Field Value
Left
Block will be aligned to the left edge of the layout (horizontally).
Declaration
public const TextBlockStyle.Alignments Left
Field Value
Middle
Block will be aligned to center of the line (vertically).
Declaration
public const TextBlockStyle.Alignments Middle
Field Value
Right
Block will be aligned to the right edge of the layout (horizontally).
Declaration
public const TextBlockStyle.Alignments Right
Field Value
Top
Block will be aligned to the top edge of the line (vertically).
Declaration
public const TextBlockStyle.Alignments Top
Field Value
value__
Declaration
public int value__
Field Value
System.
|