Search
ComponentBase.Bounds Property
See Also
 





Gets or sets the calculated bounds of this component relative to its parent.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Rect Bounds { get; set; }

Visual Basic  Copy Code

Public Property Bounds As Rect

 Property Value

A Microsoft.Maui.Graphics.Rect instance.

 Remarks

This property is usually calculated and set by the system during arrangement. This property can be set explicitly when the arrangement is performed manually.

 See Also