Table of Contents

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

LabelHorizontalAlignmentMode

Left

Align text horizontally to left side

public const LabelHorizontalAlignmentMode Left = 1

Field Value

LabelHorizontalAlignmentMode

Right

Align text horizontally to right side

public const LabelHorizontalAlignmentMode Right = 2

Field Value

LabelHorizontalAlignmentMode

value__

public int value__

Field Value

int