Search
Diagram.BoundsPen Property
See Also
 





The pen with which the document bounds should be drawn.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Pen BoundsPen { get; set; }

Visual Basic  Copy Code

Public Property BoundsPen As Pen

 Property Value

A Pen instance. The default value is null.

 Remarks

This 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