Class ExcelMLAlignment
Describes the ExcelML Alignment attribute.
Inheritance
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class ExcelMLAlignment : Object, INotifyPropertyChanged
Constructors
ExcelMLAlignment()
Declaration
public ExcelMLAlignment()
Properties
Horizontal
Gets or sets the horizontal alignment.
Declaration
public Nullable<ExcelMLHorizontalAlignment> Horizontal { get; set; }
Property Value
System.Nullable<ExcelMLHorizontalAlignment>
The horizontal alignment value. |
Indent
Gets or sets the indent.
Declaration
public Nullable<int> Indent { get; set; }
Property Value
System.Nullable<System.Int32>
The indent. |
Rotate
Gets or sets the rotation angle.
Declaration
public Nullable<int> Rotate { get; set; }
Property Value
System.Nullable<System.Int32>
The rotation angle. |
ShrinkToFit
Gets or sets a value that indicates whether text should be shrank to fit the cell space.
Declaration
public Nullable<bool> ShrinkToFit { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Vertical
Gets or sets the vertical alignment.
Declaration
public Nullable<ExcelMLVerticalAlignment> Vertical { get; set; }
Property Value
System.Nullable<ExcelMLVerticalAlignment>
The vertical alignment value. |
VerticalText
Gets or sets a value that indicates whether text should be displayed vertically.
Declaration
public Nullable<bool> VerticalText { get; set; }
Property Value
System.Nullable<System.Boolean>
|
WrapText
Gets or sets a value that indicates whether text should be wrapped.
Declaration
public Nullable<bool> WrapText { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Methods
OnPropertyChanged(String)
Raises the PropertyChanged event.
Declaration
protected virtual void OnPropertyChanged(string name)
Parameters
System.String
name
The name. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|