Search
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
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Pen HighlightPen { get; set; }

Visual Basic  Copy Code

Public Property HighlightPen As Pen

 Property Value

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

 Remarks

The highlight rectangle is not drawn when AllowAddChildren is disabled.

 See Also