Gets or sets the pen used to draw the grid lines or points.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Pen GridPen { get; set; } |
Visual Basic Copy Code |
---|
Public Property GridPen As Pen |
An instance of the System.Windows.Media.Pen class. The default is a solid-color pen with RGB = 140,140,150.
WpfDiagram Programmer's Guide | © 2024 MindFusion |