C1.Android.Core Assembly / C1.Android.Core Namespace / C1VectorIcon Class / BackgroundTintList Property


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