Search
HandlesVisualStyle.controlPointBrush Property
See Also
 






Gets or sets the brush used to fill the interior of shape control points.

Namespace: MindFusion.Diagramming
File: HandlesVisualStyle.js

 Syntax

JavaScript  Copy Code

get controlPointBrush() {}
set controlPointBrush(value) {}

 Property Value

Object

A color string or an object literal specifying gradient.

 See Also