Gets or sets the calculated bounds of this component relative to its parent.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Rect Bounds { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Bounds As Rect |
See Also