MindFusion.Wpf Pack Programmer's Guide
Diagram.GridPatternHatch Property
See Also
 





Gets or sets a hatch style used to draw dense alignment grid at low zoom levels.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public HatchStyle GridPatternHatch { get; set; }

Visual Basic  Copy Code

Public Property GridPatternHatch As HatchStyle

 Property Value

A member of the HatchStyle enumeration.

 Remarks

GridPatternHatch is used to draw the alignment grid when its pixels get closer than GridPatternThreshold value due to small ZoomFactor. This improves diagram's rendering speed at low zoom levels without having to hide the grid altogether.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
ShowGrid Property