Accusoft.ImagXpress13.Net
GestureOccurringEventsFiringMode Property




Gets and sets the mode for Touch to fire gesture occurring events.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DescriptionAttribute("Gets and sets the mode for Touch to fire gesture occurring events.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute()>
Public Property GestureOccurringEventsFiringMode As FireGestureOccurringEvent
'Usage
 
Dim instance As Touch
Dim value As FireGestureOccurringEvent
 
instance.GestureOccurringEventsFiringMode = value
 
value = instance.GestureOccurringEventsFiringMode
[BrowsableAttribute(false)]
[DescriptionAttribute("Gets and sets the mode for Touch to fire gesture occurring events.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
public FireGestureOccurringEvent GestureOccurringEventsFiringMode {get; set;}
[BrowsableAttribute(false)]
[DescriptionAttribute("Gets and sets the mode for Touch to fire gesture occurring events.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
public: __property FireGestureOccurringEvent get_GestureOccurringEventsFiringMode();
public: __property void set_GestureOccurringEventsFiringMode( 
   FireGestureOccurringEvent value
);
[BrowsableAttribute(false)]
[DescriptionAttribute("Gets and sets the mode for Touch to fire gesture occurring events.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
public:
property FireGestureOccurringEvent GestureOccurringEventsFiringMode {
   FireGestureOccurringEvent get();
   void set (    FireGestureOccurringEvent value);
}

Property Value

A FireGestureOccurringEvent enumeration value.
Remarks
The Window's touch system will send several extraneous events for touch gestures that show no movement. This property by default will allow the application to filter these events and only respond when there has been a change for the application to respond to. This will increase performance by not having so many extraneous gesture occurring events being generated and responded to.
See Also

Reference

Touch Class
Touch Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback