IAlignmentTabContext
Interface
Defines members of the alignment tab context classes.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public interface IAlignmentTabContext : IFormatCellsTabContext
Derived Classes:
Inherited Members
Properties
HorizontalAlignment
RadHorizontalAlignment
Gets or sets the horizontal alignment.
C#
RadHorizontalAlignment HorizontalAlignment { get; set; }
The horizontal alignment.
Gets or sets the merging choice.
C#
bool? IsMerged { get; set; }
The merging choice.
Gets or sets the wrapping choice.
C#
bool? IsWrapped { get; set; }
The wrapping choice.
VerticalAlignment
RadVerticalAlignment
Gets or sets the vertical alignment.
C#
RadVerticalAlignment VerticalAlignment { get; set; }
The vertical alignment.