MindFusion.Wpf Pack Programmer's Guide
ContainerNode.HighlightPen Property
See Also
 





Gets or sets the pen used to draw the container frame lines when an item is dragged over the container.

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

 Syntax

C#  Copy Code

public Pen HighlightPen { get; set; }

Visual Basic  Copy Code

Public Property HighlightPen As Pen

 Property Value

An instance of the .NET Pen class. Initialized with the value of ContainerHighlightPen.

 Remarks

The highlight rectangle is not drawn when AllowAddChildren is disabled.

 See Also

ContainerNode Members
ContainerNode Class
MindFusion.Diagramming.Wpf Namespace