Search
Segment.isStroked Property
See Also
 






Gets or sets a value that indicates whether the segment is stroked.

Namespace: MindFusion.Gauges
File: Segment.js

 Syntax

JavaScript  Copy Code

get isStroked() {}
set isStroked(value) {}

 Property Value

Boolean

True if the segment is stroked, otherwise false.

 See Also