Share via


CursorModel.CursorSpriteSheetDefinition Property

Gets an object that defines the format of the sprite sheet associated with the cursor.

Syntax

public:
property CursorSpriteSheetDefinition^ CursorSpriteSheetDefinition {
         CursorSpriteSheetDefinition^ get ();
}
public CursorSpriteSheetDefinitionCursorSpriteSheetDefinition { get; }
var cursorSpriteSheetDefinition = cursorModel.cursorSpriteSheetDefinition;

Property value

Type: CursorSpriteSheetDefinition
An object that defines the format of the sprite sheet associated with the cursor.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

CursorModel Class
Microsoft.Kinect.Toolkit.Input Namespace