TextAlignment
Enum
Definition
Namespace:Telerik.WinControls.SyntaxEditor.UI
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
C#
public enum TextAlignment
Fields
Text is centered.
C#
Center = 2
Text is justified.
C#
Justify = 3
Default. Text is aligned to the left.
C#
Left = 0
Text is aligned to the right.
C#
Right = 1