DiagramLite Programmer's Guide
Diagram.GridStyle Property
See Also
 





Gets or sets the visual style of the alignment grid.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public GridStyle GridStyle { get; set; }

Visual Basic  Copy Code

Public Property GridStyle As GridStyle

 Property Value

A member of the GridStyle enumeration. The default is Points.

 Remarks

Specifies how the alignment grid is drawn. If the property value is set to Points, the grid is painted as a matrix of points. If set to Lines, the grid is represented as a series of crossing horizontal and vertical lines. Grid points or lines are painted with the color set in GridColor; the distance between them is specified by the GridSizeX and GridSizeY properties.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace