Interface IAlignmentTabContext
Defines members of the alignment tab context classes.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public interface IAlignmentTabContext : IFormatCellsTabContext
Properties
HorizontalAlignment
Gets or sets the horizontal alignment.
Declaration
RadHorizontalAlignment HorizontalAlignment { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.RadHorizontalAlignment
The horizontal alignment. |
Indent
Gets or sets the indent.
Declaration
int Indent { get; set; }
Property Value
System.Int32
The indent. |
IsMerged
Gets or sets the merging choice.
Declaration
Nullable<bool> IsMerged { get; set; }
Property Value
System.Nullable<System.Boolean>
The merging choice. |
IsWrapped
Gets or sets the wrapping choice.
Declaration
Nullable<bool> IsWrapped { get; set; }
Property Value
System.Nullable<System.Boolean>
The wrapping choice. |
VerticalAlignment
Gets or sets the vertical alignment.
Declaration
RadVerticalAlignment VerticalAlignment { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.RadVerticalAlignment
The vertical alignment. |