Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the tint color of a Kinect cursor.
Syntax
public:
property Color TintColor {
Color get ();
void set (Color value);
}
public Color TintColor { get; set; }
var tintColor = cursorViewModel.tintColor;
cursorViewModel.tintColor = tintColor;
Property value
Type: Color
The tint color of a Kinect cursor.
Requirements
Namespace: Microsoft.Kinect.Toolkit.Input
Assembly: (in )
See also
Reference
CursorViewModel Class
Microsoft.Kinect.Toolkit.Input Namespace