Gets or sets the current effect.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public DragDropEffects Effect { get; set; }
Visual Basic
Public Property Effect As DragDropEffects
	Get
	Set
Visual C++
public:
property DragDropEffects Effect {
	DragDropEffects get ();
	void set (DragDropEffects value);
}
F#
member Effect : DragDropEffects with get, set

Property Value

Type: DragDropEffects
The effect.

See Also