UserInteractionEnabled Property
In This Topic
Determines whether input events are processed by this view.
Syntax
'Declaration
Public Overrides Property UserInteractionEnabled As Boolean
'Usage
Dim instance As C1Gauge
Dim value As Boolean
instance.UserInteractionEnabled = value
value = instance.UserInteractionEnabled
public override bool UserInteractionEnabled {get; set;}
See Also