An ordered collection of Interactor Layers. The layer that is at the end of the collection
will be drawn last, and thus, be on top.
Namespace: TallComponents.InteractionAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.43.1
Syntax
| C# |
|---|
public class InteractorLayerCollection : Collection<InteractorLayer> |
| Visual Basic |
|---|
Public Class InteractorLayerCollection _ Inherits Collection(Of InteractorLayer) |
Remarks
Duplicate layers are avoided. If an interactor is added
that already exists, it will be moved to the new position.
Inheritance Hierarchy
System..::..Object
TallComponents.Interaction..::..Collection<(Of <(<'InteractorLayer>)>)>
TallComponents.Interaction..::..InteractorLayerCollection
TallComponents.Interaction..::..Collection<(Of <(<'InteractorLayer>)>)>
TallComponents.Interaction..::..InteractorLayerCollection