Gets the bounding rectangle of this element.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public RectangleF Bounds { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Bounds As RectangleF |
A RectangleF object that represents the bounding rectangle of this element.
See Also