Search
BaseScale.startWidth Property
See Also
 






Gets or sets the width of the scale at its beginning.

Namespace: MindFusion.Gauges
File: BaseScale.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Length

The width of the scale at its beginning.

 See Also