Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridRow Class / HeaderTextColor Property


In This Topic
    HeaderTextColor Property (GridRow)
    In This Topic
    Gets or sets the Xamarin.Forms.Color used to paint the foreground of header cells in this row.
    Syntax
    'Declaration
     
    
    Public Property HeaderTextColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As GridRow
    Dim value As Xamarin.Forms.Color
     
    instance.HeaderTextColor = value
     
    value = instance.HeaderTextColor
    public Xamarin.Forms.Color HeaderTextColor {get; set;}
    See Also