Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridBase Class / RowHeaderTextSize Property


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