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


In This Topic
    TitleFontAttributes Property
    In This Topic
    Gets or sets the title font attributes.
    Syntax
    'Declaration
     
    
    Public Property TitleFontAttributes As Xamarin.Forms.FontAttributes
    'Usage
     
    
    Dim instance As GridColumnHeaderCell
    Dim value As Xamarin.Forms.FontAttributes
     
    instance.TitleFontAttributes = value
     
    value = instance.TitleFontAttributes
    public Xamarin.Forms.FontAttributes TitleFontAttributes {get; set;}
    See Also