Gets or sets the color of the grid points.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Color GridColor { get; set; } |
Visual Basic Copy Code |
---|
Public Property GridColor As Color |
An instance of the Color structure. The default is Color(140, 140, 150).
Use the property to specify the color of grid points and lines.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |