Gets or sets a hatch style used to draw dense alignment grid at low zoom levels.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public HatchStyle GridPatternHatch { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property GridPatternHatch As HatchStyle |
A member of the HatchStyle enumeration.
RemarksGridPatternHatch 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