Class AlignmentTabContextBase
Represents base for the alignment tab context classes.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public abstract class AlignmentTabContextBase : FormatCellsTabContextBase, IAlignmentTabContext, IFormatCellsTabContext
Constructors
AlignmentTabContextBase(RadSpreadsheet, CellStyle)
Initializes a new instance of the AlignmentTabContextBase class.
Declaration
protected AlignmentTabContextBase(RadSpreadsheet radSpreadsheet, CellStyle cellStyle = null)
Parameters
RadSpreadsheet
radSpreadsheet
The RadSpreadsheet. |
Telerik.Windows.Documents.Spreadsheet.PropertySystem.CellStyle
cellStyle
The cell style. |
Properties
HorizontalAlignment
Gets or sets the horizontal alignment.
Declaration
public RadHorizontalAlignment HorizontalAlignment { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.RadHorizontalAlignment
The horizontal alignment. |
Implements
Indent
Gets or sets the indent.
Declaration
public int Indent { get; set; }
Property Value
System.Int32
The indent. |
Implements
IsMerged
Gets or sets the merging choice.
Declaration
public Nullable<bool> IsMerged { get; set; }
Property Value
System.Nullable<System.Boolean>
The merging choice. |
Implements
IsWrapped
Gets or sets the wrapping choice.
Declaration
public Nullable<bool> IsWrapped { get; set; }
Property Value
System.Nullable<System.Boolean>
The wrapping choice. |
Implements
VerticalAlignment
Gets or sets the vertical alignment.
Declaration
public RadVerticalAlignment VerticalAlignment { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.RadVerticalAlignment
The vertical alignment. |