Gesture.Item[] Property

Definition

Overloads

Item[GestureSegment]

Returns all the consecutive states (GestureSegments) which gestureSegment is pointing at in the state-machine.

Item[String]

Returns the state (GestureSegment) in the state-machine whose name is gestureSegmentName.

Item[GestureSegment]

Returns all the consecutive states (GestureSegments) which gestureSegment is pointing at in the state-machine.

public System.Collections.Generic.IEnumerable<Microsoft.Gestures.GestureSegment> this[Microsoft.Gestures.GestureSegment gestureSegment] { get; }

Parameters

gestureSegment
GestureSegment

A state in this Gesture instance state-machine, one of Segments.

Property Value

Applies to

Item[String]

Returns the state (GestureSegment) in the state-machine whose name is gestureSegmentName.

public Microsoft.Gestures.GestureSegment this[string gestureSegmentName] { get; }

Parameters

gestureSegmentName
String

The name of the desired GestureSegment.

Property Value

Applies to