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


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