Search
TableNode.DividerPen Property
See Also
 





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

 Syntax

C#  Copy Code

public Pen DividerPen { get; set; }

Visual Basic  Copy Code

Public Property DividerPen As Pen

 Property Value

A System.Windows.Media.Pen instance. The default value is null.

 Remarks

If DividerPen is not set, the divider line is drawn using the values of Stroke* attributes.

 See Also