ASP.NET Pack Programmer's Guide
Diagram.ShowGrid Property
See Also
 





Gets or sets a value indicating whether the alignment grid is visible.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool ShowGrid { get; set; }

Visual Basic  Copy Code

Public Property ShowGrid As Boolean

 Property Value

true if the grid is visible; otherwise, false. The default is false.

 Remarks

If it is visible, the grid is painted as either a matrix of points or crossing horizontal and vertical lines. That depends on the value of GridStyle.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
AlignToGrid Property
GridColor Property
GridSizeX Property
GridSizeY Property