Search
Range.endWidth Property
See Also
 






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

Namespace: MindFusion.Gauges
File: Range.js

 Syntax

JavaScript  Copy Code

get endWidth() {}
set endWidth(value) {}

 Property Value

Length

The width of this range at its end.

 See Also