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
Rad The horizontal alignment. |
Indent
Gets or sets the indent.
Declaration
int Indent { get; set; }
Property Value
System. The indent. |
IsMerged
Gets or sets the merging choice.
Declaration
bool? IsMerged { get; set; }
Property Value
System. The merging choice. |
IsWrapped
Gets or sets the wrapping choice.
Declaration
bool? IsWrapped { get; set; }
Property Value
System. The wrapping choice. |
VerticalAlignment
Gets or sets the vertical alignment.
Declaration
RadVerticalAlignment VerticalAlignment { get; set; }
Property Value
Rad The vertical alignment. |