ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.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