Search
GridStyle Enumeration
See Also
 





Specifies how to draw the grid - as lines or dots

Namespace: MindFusion.Tools.ShapeDesignerCtrl
Assembly: MindFusion.Tools.ShapeDesigner

 Syntax

C#  Copy Code

public enum GridStyle

Visual Basic  Copy Code

Public Enum GridStyle

 Members

  Member name Description

Dots

Draw grid dots.

Lines

Draw grid lines.

 See Also