Class
AlignmentTabContextBase

Represents base for the alignment tab context classes.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public abstract class AlignmentTabContextBase : FormatCellsTabContextBase, IAlignmentTabContext, IFormatCellsTabContext

Inheritance: objectFormatCellsTabContextBaseAlignmentTabContextBase

Derived Classes: AlignmentTabContextAlignmentTabContextForStyle

Implements: IAlignmentTabContextIFormatCellsTabContext

Inherited Members FormatCellsTabContextBase.InitContextOverride()FormatCellsTabContextBase.OnPropertyChanged()FormatCellsTabContextBase.SuspendPropertyChangeNotification()FormatCellsTabContextBase.ResumePropertyChangeNotification()FormatCellsTabContextBase.ApplyChangesFromContext()FormatCellsTabContextBase.ApplyChangesFromContextOverride()FormatCellsTabContextBase.RadSpreadsheetFormatCellsTabContextBase.WorksheetEditorFormatCellsTabContextBase.VisibilityFormatCellsTabContextBase.CellStyle

Constructors

AlignmentTabContextBase(RadSpreadsheet, CellStyle)

Initializes a new instance of the AlignmentTabContextBase class.

Declaration

cs-api-definition
protected AlignmentTabContextBase(RadSpreadsheet radSpreadsheet, CellStyle cellStyle = null)

Parameters

radSpreadsheet

RadSpreadsheet

The RadSpreadsheet.

cellStyle

CellStyle

The cell style.

Properties

HorizontalAlignment

Gets or sets the horizontal alignment.

Declaration

cs-api-definition
public RadHorizontalAlignment HorizontalAlignment { get; set; }

Property Value

RadHorizontalAlignment

The horizontal alignment.

Implements IAlignmentTabContext.HorizontalAlignment

Indent

Gets or sets the indent.

Declaration

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

Property Value

int

The indent.

Implements IAlignmentTabContext.Indent

IsMerged

Gets or sets the merging choice.

Declaration

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

Property Value

bool?

The merging choice.

Implements IAlignmentTabContext.IsMerged

IsWrapped

Gets or sets the wrapping choice.

Declaration

cs-api-definition
public bool? IsWrapped { get; set; }

Property Value

bool?

The wrapping choice.

Implements IAlignmentTabContext.IsWrapped

VerticalAlignment

Gets or sets the vertical alignment.

Declaration

cs-api-definition
public RadVerticalAlignment VerticalAlignment { get; set; }

Property Value

RadVerticalAlignment

The vertical alignment.

Implements IAlignmentTabContext.VerticalAlignment