Class
ExcelMLAlignment

Describes the ExcelML Alignment attribute.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class ExcelMLAlignment : INotifyPropertyChanged

Inheritance: objectExcelMLAlignment

Implements: INotifyPropertyChanged

Constructors

ExcelMLAlignment()

Declaration

cs-api-definition
public ExcelMLAlignment()

Properties

Horizontal

Gets or sets the horizontal alignment.

Declaration

cs-api-definition
public ExcelMLHorizontalAlignment? Horizontal { get; set; }

Property Value

ExcelMLHorizontalAlignment?

The horizontal alignment value.

Indent

Gets or sets the indent.

Declaration

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

Property Value

int?

The indent.

Rotate

Gets or sets the rotation angle.

Declaration

cs-api-definition
public int? Rotate { get; set; }

Property Value

int?

The rotation angle.

ShrinkToFit

Gets or sets a value that indicates whether text should be shrank to fit the cell space.

Declaration

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

Property Value

bool?

Vertical

Gets or sets the vertical alignment.

Declaration

cs-api-definition
public ExcelMLVerticalAlignment? Vertical { get; set; }

Property Value

ExcelMLVerticalAlignment?

The vertical alignment value.

VerticalText

Gets or sets a value that indicates whether text should be displayed vertically.

Declaration

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

Property Value

bool?

WrapText

Gets or sets a value that indicates whether text should be wrapped.

Declaration

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

Property Value

bool?

Methods

OnPropertyChanged(string)

Raises the PropertyChanged event.

Declaration

cs-api-definition
protected virtual void OnPropertyChanged(string name)

Parameters

name

string

The name.

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged