Represents visual cue display behavior.
Definition
Namespace:Telerik.Windows.Controls.DragDrop
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public enum VisualCueBehavior
Fields
Keeps current display position and does not bring to front once another window is activated.
C#
KeepCurrentPosition = 1
Updates its position and display always on top.
C#
ShowsOnTop = 0