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

A Microsoft.Maui.Graphics.Rect instance specifying component's position.

 See Also