Search
Diagram.GridColor Property
See Also
 





Gets or sets the color of the grid points.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Color GridColor { get; set; }

Visual Basic  Copy Code

Public Property GridColor As Color

 Property Value

A Microsoft.Maui.Graphics.Color instance. The default is Color.FromArgb(140, 140, 150).

 Remarks

Use the property to specify the color of grid points and lines.

 See Also