ExcelMLAlignment
Class
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:
Constructors
C#
public ExcelMLAlignment()
Properties
Gets or sets the horizontal alignment.
C#
public ExcelMLHorizontalAlignment? Horizontal { get; set; }
The horizontal alignment value.
Gets or sets the rotation angle.
C#
public int? Rotate { get; set; }
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; }
The vertical alignment value.
Gets or sets a value that indicates whether text should be displayed vertically.
C#
public bool? VerticalText { get; set; }
Methods
Raises the PropertyChanged event.
Events
Occurs when a property value changes.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: