Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridBase Class / RowTextColor Property


In This Topic
    RowTextColor Property
    In This Topic
    Gets or sets the Nullable that is used to paint the text color of rows.
    Syntax
    'Declaration
     
    
    Public Property RowTextColor As Nullable(Of Color)
    'Usage
     
    
    Dim instance As GridBase
    Dim value As Nullable(Of Color)
     
    instance.RowTextColor = value
     
    value = instance.RowTextColor
    public Nullable<Color> RowTextColor {get; set;}
    See Also