KinectRegion Class

Represents a XAML control which provides a Kinect hand cursor and interactivity with elements contained within the KinectRegion.

public ref class KinectRegion sealed : public ContentControl

KinectRegion has the following members.

NameDescription
KinectRegionInitializes a new instance of the KinectRegion class.

NameDescription
BoundsGets the bounds of the control.
CursorSpriteSheetDefinitionGets the cursor sprite sheet definition for the control.
DefaultKinectSoundGets the default sounds for the control.
DefaultSpriteSheetGets the default sprite sheet for the control.
InputPointerManagerGets the InputPointerManager associated with the control.
IsKinectSoundEnabledGets or sets a value indicating whether Kinect sound is enabled.
IsPressTargetPropertyIdentifies the IsPressTarget dependency property.
KinectControllerPropertyIdentifies the KinectController dependency property.
KinectEngagementManagerGets the Kinect engagement manager associated with the control.
KinectPressInsetPropertyIdenitifies the KinectPressInset dependency property.
KinectSoundDefinitionGets or sets the KinectSoundDefinition object for the control.

NameDescription
GetIsCursorVisibleGets a value indicating whether the cursor is visible.
GetIsPressTargetGets a value indicating if the control is a press target.
GetKinectPressInsetGets the thickness of the inset border displayed during a press gesture.
GetManipulationProgressGets a value indicating the current progress of a manipulation gesture.
SetIsCursorVisibleSets a value indicating whether the cursor is visible.
SetIsPressTargetSets a value indicating whether the control is a press target.
SetKinectOnePersonManualEngagementInstructs the region to track one body/hand pair that is specified by the application as currently engaged.
SetKinectOnePersonSystemEngagementInstructs the region to track one body/hand pair that is dynamically determined by the system as currently engaged.
SetKinectPressInsetSets the thickness of the inset border displayed during a press gesture.
SetKinectTwoPersonManualEngagementInstructs the region to track two body/hand pairs that are specified by the application as currently engaged.
SetKinectTwoPersonSystemEngagementInstructs the region to track two body/hand pairs that are dynamically determined by the system as currently engaged.
SetManipulationProgressSets the manipulation progress for the KinectRegion.

Namespace: Microsoft.Kinect.Xaml.Controls
Assembly: (in )

Community Additions

ADD
Show: