The InteractorLayer type exposes the following members.

Constructors

  NameDescription
Protected methodInteractorLayer
Initializes a new instance of the InteractorLayer class

Methods

  NameDescription
Protected methodIsOver
Returns true if the given coordinate is part of the interactor.
Protected methodOnAttached
Invoked when the interactor - including this layer - becomes attached to its parent.
Protected methodOnDetached
Invoked when the interactor - including this layer - becomes detached from its parent.

Properties

  NameDescription
Public propertyIsEnabled
Controls whether this layer is enabled. If false, the interactor behaves as if without the layer.
Public propertyRectangle
The rectangle that the interactor occupies, including this layer.

See Also