The height of the interactor in terms of its own coordinate system, i.e. before applying any transformation. This is the height of the interactor without taking into account additional layers.

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

Syntax

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

See Also