The rectangle that the parent occupies in terms of its own coordinate system.

Namespace: TallComponents.Interaction.LayoutManagers
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public Rectangle ParentRectangle { get; }
Visual Basic
Public ReadOnly Property ParentRectangle As Rectangle
	Get

Remarks

It is not mandatory to arrange child interactors inside the bounds of the parent interactor.

See Also