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


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