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


In This Topic
    TitleColor Property
    In This Topic
    Gets or sets the color of the title.
    Syntax
    'Declaration
     
    
    Public Property TitleColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As GridColumnHeaderCell
    Dim value As Xamarin.Forms.Color
     
    instance.TitleColor = value
     
    value = instance.TitleColor
    public Xamarin.Forms.Color TitleColor {get; set;}
    See Also