C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridRow Class / TextColor Property


In This Topic
TextColor Property (GridRow)
In This Topic
Gets or sets the Nullable used to paint the foreground of cells in this row.
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
See Also