ComponentOne FinancialChart for WPF
IsDraggable Property



C1.WPF Namespace > C1Window Class : IsDraggable Property
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

Reference

C1Window Class
C1Window Members