Share via


CursorSpriteSheetDefinition.Rows Property

Gets the number of rows in the sprite sheet.

Syntax

public:
property int32 Rows {
         int32 get ();
}
public int Rows { get; }
var rows = cursorSpriteSheetDefinition.rows;

Property value

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

Type: int32
Type: int
Type: Number

 

The number of rows in the sprite sheet.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

CursorSpriteSheetDefinition Class
Microsoft.Kinect.Toolkit.Input Namespace