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