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

In This Topic
    HeaderFontSize Property (NewRowTemplate)
    In This Topic
    Gets or sets the font size used to render text in header cells in this row/column.
    Syntax
    'Declaration
     
    
    Public Property HeaderFontSize As Nullable(Of Double)
    public Nullable<double> HeaderFontSize {get; set;}
    See Also