ClassExcelMLAlignment
Describes the ExcelML Alignment attribute.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class ExcelMLAlignment : INotifyPropertyChanged
Inheritance: objectExcelMLAlignment
Implements:
Constructors
ExcelMLAlignment()
Declaration
public ExcelMLAlignment()
Properties
Horizontal
Gets or sets the horizontal alignment.
Declaration
public ExcelMLHorizontalAlignment? Horizontal { get; set; }
Property Value
The horizontal alignment value.
Indent
Gets or sets the indent.
Rotate
Gets or sets the rotation angle.
Declaration
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.
Vertical
Gets or sets the vertical alignment.
Declaration
public ExcelMLVerticalAlignment? Vertical { get; set; }
Property Value
The vertical alignment value.
VerticalText
Gets or sets a value that indicates whether text should be displayed vertically.
Methods
OnPropertyChanged(string)
Raises the PropertyChanged event.
Declaration
protected virtual void OnPropertyChanged(string name)
Parameters
name
The name.
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements