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