Gets or sets the pen used to draw the container frame lines when an item is dragged over the container.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Pen HighlightPen { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HighlightPen As Pen |
An instance of the Pen class. Initialized with the value of ContainerHighlightPen.
RemarksThe highlight rectangle is not drawn when AllowAddChildren is disabled.
See Also