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

Describes the ExcelML Alignment attribute.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class ExcelMLAlignment : INotifyPropertyChanged

Inheritance: objectExcelMLAlignment

Implements: INotifyPropertyChanged

Constructors

C#
public ExcelMLAlignment()

Properties

Gets or sets the horizontal alignment.

C#
public ExcelMLHorizontalAlignment? Horizontal { get; set; }
Property Value:

The horizontal alignment value.

Gets or sets the indent.

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

The indent.

Gets or sets the rotation angle.

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

The rotation angle.

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

C#
public bool? ShrinkToFit { get; set; }

Gets or sets the vertical alignment.

C#
public ExcelMLVerticalAlignment? Vertical { get; set; }
Property Value:

The vertical alignment value.

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

C#
public bool? VerticalText { get; set; }

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

C#
public bool? WrapText { get; set; }

Methods

Raises the PropertyChanged event.

C#
protected virtual void OnPropertyChanged(string name)
Parameters:namestring

The name.

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged