Class
FileBrowserDragVisual

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:

cs-api-definition
public class FileBrowserDragVisual : DragVisual, IEffectsPresenter

Inheritance: objectDragVisualFileBrowserDragVisual

Implements: IEffectsPresenter

Inherited Members DragVisual.EffectsPropertyDragVisual.IsDraggingMultipleItemsPropertyDragVisual.OnApplyTemplate()DragVisual.EffectsDragVisual.IsDraggingMultipleItems

Constructors

FileBrowserDragVisual()

Declaration

cs-api-definition
public FileBrowserDragVisual()

Fields

DragVisualOffsetProperty

Identifies the DragVisualOffset dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DragVisualOffsetProperty

Field Value

DependencyProperty

IconTemplateProperty

Identifies the IconTemplate dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IconTemplateProperty

Field Value

DependencyProperty

Properties

DragVisualOffset

Gets or sets the offset of the FileBrowserDragVisual relative to the mouse position.

Declaration

cs-api-definition
public Point DragVisualOffset { get; set; }

Property Value

Point

IconTemplate

Gets or sets that icon template.

Declaration

cs-api-definition
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

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

Overrides DragVisual.OnInitialized(EventArgs)