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
C# 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.
The highlight rectangle is not drawn when AllowAddChildren is disabled.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |