Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1Window Class / IsDraggable Property

In This Topic
    IsDraggable Property (C1Window)
    In This Topic
    Gets or set whether the window can be dragged.
    Syntax
    'Declaration
     
    
    Public Property IsDraggable As Boolean
    public bool IsDraggable {get; set;}
    See Also