wijmo.superpanel Namespace > IVScrollerActivatingEventArgs Interface : direction Field |
The direction of the scrolling action. Possible values: "v"(vertical) and "h"(horizontal).
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.superpanel.IVScrollerActivatingEventArgs; var value; // Type: string value = instance.direction; |
Javascript (Specification) | |
---|---|
|