Class LabelHorizontalAlignmentMode
- Namespace
- Fantas
- Assembly
- Fantas.dll
Label text horizontal alignment
public sealed class LabelHorizontalAlignmentMode : Enum
- Inheritance
-
LabelHorizontalAlignmentMode
Fields
Center
Align text horizontally on center
public const LabelHorizontalAlignmentMode Center = 0
Field Value
Left
Align text horizontally to left side
public const LabelHorizontalAlignmentMode Left = 1
Field Value
Right
Align text horizontally to right side
public const LabelHorizontalAlignmentMode Right = 2
Field Value
value__
public int value__