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