FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / GroupRow Class / VerticalAlignment Property

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