Wijmo UI for the Web
shape Field
wijmo.gauge Namespace > gauge_pointer Interface : shape Field

Sets the shape in which to render the pointer: triangular or rectangular.

Syntax
var instance; // Type: wijmo.gauge.gauge_pointer;
var value; // Type: string
value = instance.shape;
var shape : string;
Remarks
Options are 'rect', 'tri'.
See Also

Reference

gauge_pointer Interface