Class FileBrowserDragVisual
Represents a drag visual that provides feedback for the dragged elements in the Explorer
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 Drag
Declaration
public static readonly DependencyProperty DragVisualOffsetProperty
Field Value
System.
|
IconTemplateProperty
Identifies the Icon
Declaration
public static readonly DependencyProperty IconTemplateProperty
Field Value
System.
|
Properties
DragVisualOffset
Gets or sets the offset of the File
Declaration
public Point DragVisualOffset { get; set; }
Property Value
System.
|
IconTemplate
Gets or sets that icon template.
Declaration
public DataTemplate IconTemplate { get; set; }
Property Value
System.
|
Methods
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |