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
SyntaxC#
Copy Code
|
|---|
public Pen HighlightPen { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HighlightPen As Pen |
RemarksThe highlight rectangle is not drawn when AllowAddChildren is disabled.
See Also