The layers of this interactor.

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

Syntax

C#
public InteractorLayerCollection Layers { get; }
Visual Basic (Declaration)
Public ReadOnly Property Layers As InteractorLayerCollection

Remarks

The layer that is last on the list, is the 'outermost' layer which handles events first.

See Also