PaletteDragFeedback Enumeration |
Specifies how drag feedback is presented.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic enum PaletteDragFeedback
Members| Member name | Value | Description |
|---|
| Block | 0 |
Draw drag drop feedback as just blocks that are highlighted based on hot areas.
|
| Square | 1 |
Draw drag drop feedback as square indicators.
|
| Rounded | 2 |
Draw drag drop feedback as rounded indicators.
|
| Inherit | 3 |
Draw drag drop feedback using the inherited value.
|
See Also