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

In This Topic
    FontSize Property (NewRowTemplate)
    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