C1.Android.Core Assembly / C1.Android.Core Namespace / C1Icon Class / Color Property


In This Topic
Color Property (C1Icon)
In This Topic
Gets or sets the color used to paint the icon.
Syntax
'Declaration
 
Public Property Color As Nullable(Of Color)
 
'Usage
 
Dim instance As C1Icon
Dim value As Nullable(Of Color)
 
instance.Color = value
 
value = instance.Color
See Also