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