Represents a drag visual that provides feedback for the dragged elements in the ExplorerControl.
Definition
Namespace:Telerik.Windows.Controls.FileDialogs.DragDrop
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
C#
public class FileBrowserDragVisual : DragVisual, IEffectsPresenter
Inheritance: objectDragVisualFileBrowserDragVisual
Implements:
Inherited Members
Constructors
C#
public FileBrowserDragVisual()
Fields
DragVisualOffsetProperty
DependencyProperty
Identifies the DragVisualOffset dependency property.
C#
public static readonly DependencyProperty DragVisualOffsetProperty
IconTemplateProperty
DependencyProperty
Identifies the IconTemplate dependency property.
C#
public static readonly DependencyProperty IconTemplateProperty
Properties
DragVisualOffset
Point
Gets or sets the offset of the FileBrowserDragVisual relative to the mouse position.
C#
public Point DragVisualOffset { get; set; }
IconTemplate
DataTemplate
Gets or sets that icon template.
C#
public DataTemplate IconTemplate { get; set; }
Methods
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides: