Class DragVisual
Inheritance
System.Object
DragVisual
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class DragVisual : ContentControl, IEffectsPresenter
Constructors
DragVisual()
Declaration
public DragVisual()
Fields
DraggedItemsSourceProperty
Declaration
public static readonly DependencyProperty DraggedItemsSourceProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
EffectsProperty
Declaration
public static readonly DependencyProperty EffectsProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
IconPositionProperty
Declaration
public static readonly DependencyProperty IconPositionProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
IsDraggingMultipleItemsProperty
Declaration
public static readonly DependencyProperty IsDraggingMultipleItemsProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
IsDraggingMultipleItemsPropertyKey
Declaration
public static readonly DependencyPropertyKey IsDraggingMultipleItemsPropertyKey
Field Value
|
DependencyPropertyKey
|
Properties
DraggedItemsSource
Declaration
public IEnumerable DraggedItemsSource { get; set; }
Property Value
|
System.Collections.IEnumerable
|
Effects
IconPosition
Declaration
public Point IconPosition { get; set; }
Property Value
|
Windows.Foundation.Point
|
IsDraggingMultipleItems
Declaration
public bool IsDraggingMultipleItems { get; protected set; }
Property Value
|
System.Boolean
|
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()