InterfaceIAlignmentTabContext
Interface
Defines members of the alignment tab context classes.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public interface IAlignmentTabContext : IFormatCellsTabContext
Inherited Members
Properties
HorizontalAlignment
Gets or sets the horizontal alignment.
Declaration
cs-api-definition
RadHorizontalAlignment HorizontalAlignment { get; set; }
Property Value
RadHorizontalAlignment
The horizontal alignment.
Indent
Gets or sets the indent.
IsMerged
Gets or sets the merging choice.
IsWrapped
Gets or sets the wrapping choice.
Declaration
cs-api-definition
bool? IsWrapped { get; set; }
Property Value
bool?
The wrapping choice.
VerticalAlignment
Gets or sets the vertical alignment.
Declaration
cs-api-definition
RadVerticalAlignment VerticalAlignment { get; set; }
Property Value
RadVerticalAlignment
The vertical alignment.