Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridBase Class / RowHeaderTextColor Property


In This Topic
    RowHeaderTextColor Property
    In This Topic
    Gets or sets the Xamarin.Forms.Color of the row header text and glyphs.
    Syntax
    'Declaration
     
    
    Public Property RowHeaderTextColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As GridBase
    Dim value As Xamarin.Forms.Color
     
    instance.RowHeaderTextColor = value
     
    value = instance.RowHeaderTextColor
    public Xamarin.Forms.Color RowHeaderTextColor {get; set;}
    See Also