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

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