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


In This Topic
    TextColor Property (GridBase)
    In This Topic
    Gets or sets the Nullable of the text and glyphs.
    Syntax
    'Declaration
     
    
    Public Property TextColor As Nullable(Of Color)
    'Usage
     
    
    Dim instance As GridBase
    Dim value As Nullable(Of Color)
     
    instance.TextColor = value
     
    value = instance.TextColor
    public Nullable<Color> TextColor {get; set;}
    See Also