Gets or sets the pen used to draw the divider line between node's caption bar and content area.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Pen DividerPen { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DividerPen As Pen |
A Pen instance. The default value is null.
RemarksIf DividerPen is not set, the divider line is drawn using the pen assigned to Pen property.
See Also