Interface
IAlignmentTabContext

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 IFormatCellsTabContext.ApplyChangesFromContext()IFormatCellsTabContext.RadSpreadsheetIFormatCellsTabContext.Visibility

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.

Declaration

cs-api-definition
int Indent { get; set; }

Property Value

int

The indent.

IsMerged

Gets or sets the merging choice.

Declaration

cs-api-definition
bool? IsMerged { get; set; }

Property Value

bool?

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.