DropDockingIndicatorsRounded Constructor |
Initialize a new instance of the DropDockingIndicatorsRounded class.
Namespace: Internal.ComponentFactory.Krypton.NavigatorAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic DropDockingIndicatorsRounded(
IPaletteDragDrop paletteDragDrop,
IRenderer renderer,
bool showLeft,
bool showRight,
bool showTop,
bool showBottom,
bool showMiddle
)
Parameters
- paletteDragDrop IPaletteDragDrop
- Drawing palette.
- renderer IRenderer
- Drawing renderer.
- showLeft Boolean
- Show left hot area.
- showRight Boolean
- Show right hot area.
- showTop Boolean
- Show top hot area.
- showBottom Boolean
- Show bottom hot area.
- showMiddle Boolean
- Show middle hot area.
See Also