Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / C1Gauge Class / UserInteractionEnabled Property


In This Topic
    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