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