Share via


CursorModel.CurrentBackgroundFrame Property

Gets the current frame of the background sprite animation.

Syntax

public:
property int32 CurrentBackgroundFrame {
         int32 get ();
}
public int CurrentBackgroundFrame { get; }
var currentBackgroundFrame = cursorModel.currentBackgroundFrame;

Property value

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

Type: int32
Type: int
Type: Number

 

The current frame of the background sprite animation.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

CursorModel Class
Microsoft.Kinect.Toolkit.Input Namespace