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