ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1Window Class / IsDraggable Property



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