Share via


CursorSpriteSheetDefinition.PressHoldForegroundFinalFrame Property

Gets the final frame within the sprite sheet of the foreground press and hold animation.

Syntax

public:
property int32 PressHoldForegroundFinalFrame {
         int32 get ();
}
public int PressHoldForegroundFinalFrame { get; }
var pressHoldForegroundFinalFrame = cursorSpriteSheetDefinition.pressHoldForegroundFinalFrame;

Property value

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

Type: int32
Type: int
Type: Number

 

The final frame within the sprite sheet of the foreground press and hold animation.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

CursorSpriteSheetDefinition Class
Microsoft.Kinect.Toolkit.Input Namespace