Gets or set whether the window can be dragged.

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

Syntax

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

See Also