The BorderLayer type exposes the following members.

Properties

  NameDescription
Public propertyBorderColor
The color of the border.
Public propertyBorderWidth
The width of the border.
Public propertyHoverCursor
Specifies which cursor must be shown when hovering over the extension. By default, an extension does not define its own cursor, but instead, uses the cursor of its base interactor.
(Inherited from WinFormsInteractorLayer.)
Public propertyInteractor
The base interactor that this extension extends.
(Inherited from WinFormsInteractorLayer.)
Public propertyIsEnabled
Controls whether this layer is enabled. If false, the interactor behaves as if without the layer.
(Inherited from InteractorLayer.)
Public propertyRectangle
The width of the resulting interactor.
(Overrides InteractorLayer..::..Rectangle.)

See Also