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


In This Topic
Pressed Property (C1VectorIcon)
In This Topic
Syntax
'Declaration
 
Public Overridable Property Pressed As Boolean
 
'Usage
 
Dim instance As C1VectorIcon
Dim value As Boolean
 
instance.Pressed = value
 
value = instance.Pressed
See Also