C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1TappedEventArgs Class / IsBarrelButtonDown Property


In This Topic
IsBarrelButtonDown Property
In This Topic
Gets a value indicating whether the barrel button of the pen is pressed.
Syntax
'Declaration
 
Public ReadOnly Property IsBarrelButtonDown As Boolean
 
'Usage
 
Dim instance As C1TappedEventArgs
Dim value As Boolean
 
value = instance.IsBarrelButtonDown
See Also