Class | Description | |
---|---|---|
GestureCompletedEventArgs | Contains information about the GestureCompleted event. | |
GestureEventArgs | Base class for touch gesture-related event arguments. | |
GestureInfo | For internal use only. | |
GestureInfo.PanDelta | For internal use only. | |
GestureQueryStatusEventArgs | Contains information about the GestureQueryStatus event. | |
GestureStartingEventArgs | Contains information about the GestureStarting event. | |
PanGestureEventArgs | Contains information about the PanGesture event. | |
PressAndHoldGestureEventArgs | Contains information about the PressAndHoldGesture event. | |
PressAndHoldIndicatorUIElement | Draws a ringed circle which indicates that a 'press and hold' gesture has begun. | |
PressAndTapGestureEventArgs | Contains information about the PressAndTapGesture event. | |
RotateGestureEventArgs | Contains information about the RotateGesture event. | |
SelectionRectangleUIElement | Draws the rectangle which is displayed when a gesture drag selection operation is in progress. | |
TouchProviderManager | Summary description for TouchProviderManager. | |
TouchUtilities | Utility class containing static helper functions related to Touch support | |
TwoFingerTapGestureEventArgs | Contains information about the TwoFingerTapGesture event. | |
UltraTouchProvider | Touch-enables Infragistics controls on the Form so that ui elements are large enough for touch interaction. | |
ZoomGestureEventArgs | Contains information about the ZoomGesture event. |
Interface | Description | |
---|---|---|
IGestureConsumer | Implemented by UltraControlBase-derived controls which consume input digitizer gestures. | |
ISupportTouchMetrics | Interface implemented by UltraTouchProvider | |
ITouchProvider | Interface implemented by UltraTouchProvider |
Delegate | Description | |
---|---|---|
GestureCompletedHandler | Defines the signature of the handler for the GestureCompleted event. | |
GestureQueryStatusHandler | Defines the signature of the handler for the GestureQueryStatus event. | |
GestureStartingHandler | Defines the signature of the handler for the GestureStarting event. | |
PanGestureHandler | Defines the signature of the handler for the PanGesture event. | |
PressAndHoldGestureHandler | Defines the signature of the handler for the PressAndHoldGesture event. | |
PressAndTapGestureHandler | Defines the signature of the handler for the PressAndTapGesture event. | |
RotateGestureHandler | Defines the signature of the handler for the RotateGesture event. | |
TwoFingerTapGestureHandler | Defines the signature of the handler for the TwoFingerTapGesture event. | |
ZoomGestureHandler | Defines the signature of the handler for the ZoomGesture event. |
Enumeration | Description | |
---|---|---|
Gesture | Constants which identify the touch gestures supported by UltraControlBase derived controls. | |
GestureEventIds | Constants which identify the gesture-related events. | |
GestureModes | Flagged enumeration which defines gesture modes. | |
SupportedPanningActions | Flagged enumeration defining the supported input digitizer panning actions. | |
TouchElementSizes | Enumeration for different types of touch elements for size. | |
TouchProviderPropertyIds | Property enumeration for the UltraTouchProvider component |