Share via


CursorViewModel.SpriteSheetForegroundColumn Property

Gets the column of the current foreground sprite frame within the sprite sheet.

Syntax

public:
property int32 SpriteSheetForegroundColumn {
         int32 get ();
}
public int SpriteSheetForegroundColumn { get; }
var spriteSheetForegroundColumn = cursorViewModel.spriteSheetForegroundColumn;

Property value

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

Type: int32
Type: int
Type: Number

 

The column of the current foreground sprite frame within the sprite sheet.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

CursorViewModel Class
Microsoft.Kinect.Toolkit.Input Namespace