The width of the widget.

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

Syntax

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

Remarks

The width of a widget interactor may be either the width or the height of the annotation, because widgets can be rotated, and the annotation rectangle is specified in page coordinates.

See Also