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 the current scroll offset of the Kinect Toolkit input element.
Syntax
public:
property Point ScrollOffset {
Point get ();
}
public Point ScrollOffset { get; }
var scrollOffset = manipulatableModel.scrollOffset;
Property value
Type: Point
The current scroll offset of the Kinect Toolkit input element.
Requirements
Namespace: Microsoft.Kinect.Toolkit.Input
Assembly: (in )
See also
Reference
ManipulatableModel Class
Microsoft.Kinect.Toolkit.Input Namespace