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.20.0

Syntax

C#
public abstract double Width { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property Width As Double

See Also