VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfThumbnailViewer Class / DragEffects Property
Syntax Requirements SeeAlso
In This Topic
DragEffects Property (WpfThumbnailViewer)
In This Topic
Gets or sets the allowed effects for drag operation.
Syntax
'Declaration

<DescriptionAttribute("The allowed effects for drag operation.")>
<DefaultValueAttribute("Copy, Move, Link")>
<CategoryAttribute("VintaSoft")>
Public Property DragEffects As System.Windows.DragDropEffects

[Description("The allowed effects for drag operation.")]
[DefaultValue("Copy, Move, Link")]
[Category("VintaSoft")]
public System.Windows.DragDropEffects DragEffects { get; set; }

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also