ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / NewRowTemplate Class / VerticalAlignment Property

In This Topic
    VerticalAlignment Property (NewRowTemplate)
    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