FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / RowCol Class / VerticalAlignment Property

In This Topic
    VerticalAlignment Property (RowCol)
    In This Topic
    Gets or sets the VerticalAlignment of the cells in this row/column.
    Syntax
    'Declaration
     
    
    <TypeConverterAttribute(C1.WPF.FlexGrid.NullableObjectConverter`1)> 
    <DefaultValueAttribute("")> 
    Public Property VerticalAlignment As Nullable(Of VerticalAlignment)
    [TypeConverter(C1.WPF.FlexGrid.NullableObjectConverter`1)] 
    [DefaultValue("")] 
    public Nullable<VerticalAlignment> VerticalAlignment {get; set;}
    See Also