The height of the interactor. Subclasses should override this method so that it correctlty reflects the height of the interactor.

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

Syntax

C#
public override double Height { get; }
Visual Basic
Public Overrides ReadOnly Property Height As Double
	Get

See Also