Gets or set whether the window can be dragged.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public bool IsDraggable { get; set; }
Visual Basic
Public Property IsDraggable As Boolean
	Get
	Set

See Also