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

Represents base for the alignment tab context classes.

Definition

Constructors

Initializes a new instance of the AlignmentTabContextBase class.

C#
protected AlignmentTabContextBase(RadSpreadsheet radSpreadsheet, CellStyle cellStyle = null)
Parameters:radSpreadsheetRadSpreadsheet

The RadSpreadsheet.

cellStyleCellStyle

The cell style.

Properties

HorizontalAlignment

RadHorizontalAlignment

Gets or sets the horizontal alignment.

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

The horizontal alignment.

Implements: IAlignmentTabContext.HorizontalAlignment

Gets or sets the indent.

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

The indent.

Implements: IAlignmentTabContext.Indent

Gets or sets the merging choice.

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

The merging choice.

Implements: IAlignmentTabContext.IsMerged

Gets or sets the wrapping choice.

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

The wrapping choice.

Implements: IAlignmentTabContext.IsWrapped

VerticalAlignment

RadVerticalAlignment

Gets or sets the vertical alignment.

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

The vertical alignment.

Implements: IAlignmentTabContext.VerticalAlignment