A rectangle that indicates which part of the laid-out area is visible. A layout manager can use this to lay-out items so that they remain visible.

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

Syntax

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

See Also