Search
IComponentHost.Bounds Property
See Also
 





Gets the bounds of the host, relative to its document.

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

 Syntax

C#  Copy Code

Rect Bounds { get; }

Visual Basic  Copy Code

ReadOnly Property Bounds As Rect

 Property Value

A Microsoft.Maui.Graphics.Rect instance.

 See Also