Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridCellView Class / FontSize Property

In This Topic
    FontSize Property (GridCellView)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property FontSize As Nullable(Of C1StyleFontSize)
    public Nullable<C1StyleFontSize> FontSize {get; set;}
    See Also