Gets or sets the pen used to draw the divider line between node's caption bar and content area.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Pen DividerPen { get; set; } |
Visual Basic Copy Code |
---|
Public Property DividerPen As Pen |
A System.Windows.Media.Pen instance. The default value is null.
If DividerPen is not set, the divider line is drawn using the values of Stroke* attributes.
WpfDiagram Programmer's Guide | © 2024 MindFusion |