YouWindow setScrollArrows Method YouInteract Documentation
Set the Scroller Arrows Position and Size in the Canvas

Namespace: YouInteract.YouPlugin_Developing
Assembly: YouInteract (in YouInteract.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void setScrollArrows(
	KinectHoverButton ScrollLeft,
	KinectHoverButton ScrollRight,
	double h,
	double w,
	double lTop,
	double lLeft,
	double rTop,
	double rLeft
)

Parameters

ScrollLeft
Type: YouInteract.YouInteractAPI KinectHoverButton
Kinect Hover Button from the left side
ScrollRight
Type: YouInteract.YouInteractAPI KinectHoverButton
Kinect Hover Button from the right side
h
Type: System Double
Arrow Height
w
Type: System Double
Arrow Width
lTop
Type: System Double
Left Arrow Canvas Top Position
lLeft
Type: System Double
Left Arrow Canvas Left Position
rTop
Type: System Double
Right Arrow Canvas Top Position
rLeft
Type: System Double
Right Arrow Canvas Left Position
See Also