Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridBase Class / FontSize Property


In This Topic
    FontSize Property (GridBase)
    In This Topic
    Gets or sets the font size applied to normal cells.
    Syntax
    'Declaration
     
    
    Public Property FontSize As Double
    'Usage
     
    
    Dim instance As GridBase
    Dim value As Double
     
    instance.FontSize = value
     
    value = instance.FontSize
    public double FontSize {get; set;}
    See Also