GestureSegmentConnections.Item[GestureSegment] Property

Definition

Lists all the GestureSegments that are possible consequent states of gestureSegment in the containing Gesture object.

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

Parameters

gestureSegment
GestureSegment

The GestureSegment whose descendant states are queried.

Property Value

An IEnumerable<T> listing all the possible consequent states of gestureSegment in the containing Gesture object.

Applies to