Method SetCanDrag
| Improve this Doc View SourceSetCanDrag(DependencyObject, Boolean)
Sets the value of DevZest.Windows.Docking.Primitives.DockManager.CanDrag attached property for a given element.
Declaration
public static void SetCanDrag(DependencyObject element, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.DependencyObject | element | The element on which to set the property value. |
| System.Boolean | value | The property value to set. |