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