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 Alignment
Declaration
protected AlignmentTabContextBase(RadSpreadsheet radSpreadsheet, CellStyle cellStyle = null)
Parameters
Rad The RadSpreadsheet. |
Telerik. The cell style. |
Properties
HorizontalAlignment
Gets or sets the horizontal alignment.
Declaration
public RadHorizontalAlignment HorizontalAlignment { get; set; }
Property Value
Telerik. The horizontal alignment. |
Implements
Indent
Gets or sets the indent.
Declaration
public int Indent { get; set; }
Property Value
System. The indent. |
Implements
IsMerged
Gets or sets the merging choice.
Declaration
public Nullable<bool> IsMerged { get; set; }
Property Value
System. The merging choice. |
Implements
IsWrapped
Gets or sets the wrapping choice.
Declaration
public Nullable<bool> IsWrapped { get; set; }
Property Value
System. The wrapping choice. |
Implements
VerticalAlignment
Gets or sets the vertical alignment.
Declaration
public RadVerticalAlignment VerticalAlignment { get; set; }
Property Value
Telerik. The vertical alignment. |