ClassDragVisual
Definition
Namespace:Telerik.UI.Xaml.Controls.DragDrop
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class DragVisual : ContentControl, IEffectsPresenter
Inheritance: objectDragVisual
Implements:
Constructors
DragVisual()
Initializes a new instance of the DragVisual class.
Declaration
public DragVisual()
Fields
EffectsProperty
Identifies the Effects dependency property.
Declaration
public static readonly DependencyProperty EffectsProperty
Field Value
DependencyProperty
IsDraggingMultipleItemsProperty
Identifies the IsDraggingMultipleItems dependency property.
Declaration
public static readonly DependencyProperty IsDraggingMultipleItemsProperty
Field Value
DependencyProperty
Properties
Effects
Gets or sets the Effects. This is a dependency property.
Declaration
public DragDropEffects Effects { get; set; }
Property Value
Implements
IsDraggingMultipleItems
Gets or sets the IsDraggingMultipleItems. This is a dependency property.
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call . In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.
Declaration
protected override void OnApplyTemplate()