ClassFileBrowserDragVisual
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:
public class FileBrowserDragVisual : DragVisual, IEffectsPresenter
Inheritance: objectDragVisualFileBrowserDragVisual
Implements:
Inherited Members
Constructors
FileBrowserDragVisual()
Declaration
public FileBrowserDragVisual()
Fields
DragVisualOffsetProperty
Identifies the DragVisualOffset dependency property.
Declaration
public static readonly DependencyProperty DragVisualOffsetProperty
Field Value
DependencyProperty
IconTemplateProperty
Identifies the IconTemplate dependency property.
Declaration
public static readonly DependencyProperty IconTemplateProperty
Field Value
DependencyProperty
Properties
DragVisualOffset
Gets or sets the offset of the FileBrowserDragVisual relative to the mouse position.
Declaration
public Point DragVisualOffset { get; set; }
Property Value
Point
IconTemplate
Gets or sets that icon template.
Declaration
public DataTemplate IconTemplate { get; set; }
Property Value
DataTemplate
Methods
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Overrides