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
TextBlockStyle.Alignments
|
Bottom
Block will be aligned to the bottom edge of the line (vertically).
Declaration
public const TextBlockStyle.Alignments Bottom
Field Value
TextBlockStyle.Alignments
|
Center
Block will be aligned to center of the layout (horizontally).
Declaration
public const TextBlockStyle.Alignments Center
Field Value
TextBlockStyle.Alignments
|
Left
Block will be aligned to the left edge of the layout (horizontally).
Declaration
public const TextBlockStyle.Alignments Left
Field Value
TextBlockStyle.Alignments
|
Middle
Block will be aligned to center of the line (vertically).
Declaration
public const TextBlockStyle.Alignments Middle
Field Value
TextBlockStyle.Alignments
|
Right
Block will be aligned to the right edge of the layout (horizontally).
Declaration
public const TextBlockStyle.Alignments Right
Field Value
TextBlockStyle.Alignments
|
Top
Block will be aligned to the top edge of the line (vertically).
Declaration
public const TextBlockStyle.Alignments Top
Field Value
TextBlockStyle.Alignments
|
value__
Declaration
public int value__
Field Value
System.Int32
|