Search
Component.RectInParent Property
See Also
 






Gets the boundaries of this component relative to its parent.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Rect RectInParent { get; }

Visual Basic  Copy Code

Public ReadOnly Property RectInParent As Rect

 Property Value

An instance of the Microsoft.Maui.Graphics.Rect structure.

 See Also