Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.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 UIKit.UIColor
    'Usage
     
    
    Dim instance As GridColumnHeaderCell
    Dim value As UIKit.UIColor
     
    instance.TitleColor = value
     
    value = instance.TitleColor
    public UIKit.UIColor TitleColor {get; set;}
    See Also