Search
Range.startWidth Property
See Also
 






Gets or sets the width of this range at its start.

Namespace: MindFusion.Gauges
File: Range.js

 Syntax

JavaScript  Copy Code

get startWidth() {}
set startWidth(value) {}

 Property Value

Length

The width of this range at its start.

 See Also