Interface IAlignmentTabContext
Defines members of the alignment tab context classes.
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public interface IAlignmentTabContext : IFormatCellsTabContext
Properties
HorizontalAlignment
Gets or sets the horizontal alignment.
Declaration
RadHorizontalAlignment HorizontalAlignment { get; set; }
Property Value
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
bool? IsMerged { get; set; }
Property Value
System.Nullable<System.Boolean>
The merging choice. |
IsWrapped
Gets or sets the wrapping choice.
Declaration
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
RadVerticalAlignment
The vertical alignment. |