FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / GroupRow Class / FontSize Property

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