<
ComponentOne OLAP for WPF and Silverlight
C1.Silverlight.FlexGrid Namespace / RowCol Class / HorizontalAlignment Property

In This Topic
    HorizontalAlignment Property (RowCol)
    In This Topic
    Gets or sets the HorizontalAlignment of the cells in this row/column.
    Syntax
    'Declaration
     
    Public Property HorizontalAlignment As Nullable(Of HorizontalAlignment)
    public Nullable<HorizontalAlignment> HorizontalAlignment {get; set;}
    See Also