Search
Range.capStart Property
See Also
 






Gets or sets a value indicating whether to draw a stroke in the beginning of this range.

Namespace: MindFusion.Gauges
File: Range.js

 Syntax

JavaScript  Copy Code

get capStart() {}
set capStart(value) {}

 Property Value

Boolean

True if there should be a stroke in the beginning of this range, otherwise false.

 See Also