ComponentOne Basic Library for WPF and Silverlight
IsDraggable Property (C1Window)


C1.Silverlight Namespace > C1Window Class : IsDraggable Property
Gets or set whether the window can be dragged.
Syntax
'Declaration
 
Public Property IsDraggable As System.Boolean
'Usage
 
Dim instance As C1Window
Dim value As System.Boolean
 
instance.IsDraggable = value
 
value = instance.IsDraggable
public System.bool IsDraggable {get; set;}
See Also

Reference

C1Window Class
C1Window Members