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


In This Topic
Background Property (C1VectorIcon)
In This Topic
Syntax
'Declaration
 
Public Overridable Property Background As Android.Graphics.Drawables.Drawable
 
'Usage
 
Dim instance As C1VectorIcon
Dim value As Android.Graphics.Drawables.Drawable
 
instance.Background = value
 
value = instance.Background
See Also