Share via


CursorSpriteSheetDefinition.GrippingForegroundStartFrame Property

Gets the start frame within the sprite sheet of the foreground gripping animation.

Syntax

public:
property int32 GrippingForegroundStartFrame {
         int32 get ();
}
public int GrippingForegroundStartFrame { get; }
var grippingForegroundStartFrame = cursorSpriteSheetDefinition.grippingForegroundStartFrame;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: int32
Type: int
Type: Number

 

The start frame within the sprite sheet of the foreground gripping animation.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

CursorSpriteSheetDefinition Class
Microsoft.Kinect.Toolkit.Input Namespace