Share via


CursorModel.IsAnimationComplete Property

Gets a value indicating if the cursor animation is complete.

Syntax

public:
property bool IsAnimationComplete {
         bool get ();
}
public bool IsAnimationComplete { get; }
var isAnimationComplete = cursorModel.isAnimationComplete;

Property value

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

Type: bool
Type: bool
Type: Boolean

 

True if the cursor animation is complete; otherwise false.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

CursorModel Class
Microsoft.Kinect.Toolkit.Input Namespace