ComponentOne Xamarin.Android
ForegroundTintList Property (GridBase)


C1.Android.Grid Assembly > C1.Android.Grid Namespace > GridBase Class : ForegroundTintList Property
Syntax
'Declaration
 
Public Overridable Property ForegroundTintList As Android.Content.Res.ColorStateList
'Usage
 
Dim instance As GridBase
Dim value As Android.Content.Res.ColorStateList
 
instance.ForegroundTintList = value
 
value = instance.ForegroundTintList
public virtual Android.Content.Res.ColorStateList ForegroundTintList {get; set;}
See Also

Reference

GridBase Class
GridBase Members