Class AlignmentTabContextBase
Represents base for the alignment tab context classes.
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public abstract class AlignmentTabContextBase : FormatCellsTabContextBase, IAlignmentTabContext, IFormatCellsTabContext
Constructors
AlignmentTabContextBase(RadSpreadsheetElement, CellStyle)
Initializes a new instance of the AlignmentTabContextBase class.
Declaration
protected AlignmentTabContextBase(RadSpreadsheetElement radSpreadsheetElement, CellStyle cellStyle = null)
Parameters
RadSpreadsheetElement
radSpreadsheetElement
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
System.Int32
The indent. |
Implements
IsMerged
Gets or sets the merging choice.
Declaration
public bool? IsMerged { get; set; }
Property Value
System.Nullable<System.Boolean>
The merging choice. |
Implements
IsWrapped
Gets or sets the wrapping choice.
Declaration
public 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
RadVerticalAlignment
The vertical alignment. |