The pen with which the document bounds should be drawn.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Pen BoundsPen { get; set; } |
Visual Basic Copy Code |
---|
Public Property BoundsPen As Pen |
A Pen instance. The default value is null.
This pen is used to draw borders around the diagram bounding rectangle, which could be useful when the DiagramView is larger than the diagram.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |