Method GetCanDrag
| Improve this Doc View SourceGetCanDrag(DependencyObject)
Gets the value of DevZest.Windows.Docking.Primitives.DockManager.CanDrag attached property from a given element.
Declaration
public static bool GetCanDrag(DependencyObject element)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | element | The element from which to read the property value. |
Returns
Type | Description |
---|---|
System.Boolean | The value of DevZest.Windows.Docking.Primitives.DockManager.CanDrag attached property. |