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

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