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


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