Click or drag to resize

PaletteDragFeedback Enumeration

Specifies how drag feedback is presented.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum PaletteDragFeedback
Members
  Member nameValueDescription
Block0 Draw drag drop feedback as just blocks that are highlighted based on hot areas.
Square1 Draw drag drop feedback as square indicators.
Rounded2 Draw drag drop feedback as rounded indicators.
Inherit3 Draw drag drop feedback using the inherited value.
See Also