Search
Diagram.GridSizeX Property
See Also
 





Gets or sets the horizontal distance between adjacent grid points.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double GridSizeX { get; set; }

Visual Basic  Copy Code

Public Property GridSizeX As Double

 Property Value

A double value specifying the horizontal distance between grid points. The default is 4.

 See Also