C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridGroupRowCell Class / ForegroundTintList Property


In This Topic
ForegroundTintList Property (GridGroupRowCell)
In This Topic
Syntax
'Declaration
 
Public Overridable Property ForegroundTintList As Android.Content.Res.ColorStateList
 
'Usage
 
Dim instance As GridGroupRowCell
Dim value As Android.Content.Res.ColorStateList
 
instance.ForegroundTintList = value
 
value = instance.ForegroundTintList
See Also