Gets the boundaries of this component relative to its parent.
Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public Rect RectInParent { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property RectInParent As Rect |
An instance of the Microsoft.Maui.Graphics.Rect structure.
See Also