New to Telerik UI for WPFStart a free 30-day trial

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: AlignmentTabContextAlignmentTabContextBaseAlignmentTabContextForStyle

Inherited Members IFormatCellsTabContext.ApplyChangesFromContext()IFormatCellsTabContext.RadSpreadsheetIFormatCellsTabContext.Visibility

Properties

HorizontalAlignment

RadHorizontalAlignment

Gets or sets the horizontal alignment.

C#
RadHorizontalAlignment HorizontalAlignment { get; set; }
Property Value:

The horizontal alignment.

Gets or sets the indent.

C#
int Indent { get; set; }
Property Value:

The indent.

Gets or sets the merging choice.

C#
bool? IsMerged { get; set; }
Property Value:

The merging choice.

Gets or sets the wrapping choice.

C#
bool? IsWrapped { get; set; }
Property Value:

The wrapping choice.

VerticalAlignment

RadVerticalAlignment

Gets or sets the vertical alignment.

C#
RadVerticalAlignment VerticalAlignment { get; set; }
Property Value:

The vertical alignment.