The width of the interactor in terms of its own coordinate system, i.e. before applying any transformation. This is the width 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 Width { get; }
Visual Basic
Public MustOverride ReadOnly Property Width As Double
	Get

See Also