Search
Diagram.GridPointSize Property
See Also
 






Gets or sets the size of shapes used to represent grid points. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double GridPointSize { get; set; }

Visual Basic  Copy Code

Public Property GridPointSize As Double

 Property Value

The size of shapes drawn at grid points. The default value is 5.

 Remarks

Currently this value is used only when GridStyle is set to Crosses.

 See Also