ComponentOne Xamarin.Android
TextColor Property (GridRow)


C1.Android.Grid Assembly > C1.Android.Grid Namespace > GridRow Class : TextColor Property
Syntax
'Declaration
 
Public Property TextColor As Nullable(Of Color)
'Usage
 
Dim instance As GridRow
Dim value As Nullable(Of Color)
 
instance.TextColor = value
 
value = instance.TextColor
public Nullable<Color> TextColor {get; set;}
See Also

Reference

GridRow Class
GridRow Members