Class VisualCueBehavior
Represents visual cue display behavior.
Inheritance
System.Object
VisualCueBehavior
Namespace: Telerik.Windows.Controls.DragDrop
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class VisualCueBehavior : Enum
Fields
KeepCurrentPosition
Keeps current display position and does not bring to front once another window is activated.
Declaration
public const VisualCueBehavior KeepCurrentPosition
Field Value
ShowsOnTop
Updates its position and display always on top.
Declaration
public const VisualCueBehavior ShowsOnTop
Field Value
value__
Declaration
public int value__
Field Value
System.
|