Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridColumnHeaderCell Class / TitleFontSize Property


In This Topic
    TitleFontSize Property
    In This Topic
    Gets or sets the title font size.
    Syntax
    'Declaration
     
    
    Public Property TitleFontSize As Double
    'Usage
     
    
    Dim instance As GridColumnHeaderCell
    Dim value As Double
     
    instance.TitleFontSize = value
     
    value = instance.TitleFontSize
    public double TitleFontSize {get; set;}
    See Also