Search
Diagram.gridColor Property
See Also
 






Gets or sets the color of grid points.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get gridColor() {}
set gridColor(value) {}

 Property Value

String

A string specifying the color name or hexadecimal value.

 See Also