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





Gets or sets the pen used to draw the grid lines or points.

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

 Syntax

C#  Copy Code

public Pen GridPen { get; set; }

Visual Basic  Copy Code

Public Property GridPen As Pen

 Property Value

An instance of the System.Windows.Media.Pen class. The default is a solid-color pen with RGB = 140,140,150.

 See Also

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