DevZest WPF Docking
DockManagerSetCanDrag Method |
Sets the value of CanDrag attached property
for a given element.
Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public static void SetCanDrag( DependencyObject element, bool value )
Public Shared Sub SetCanDrag ( element As DependencyObject, value As Boolean )
Parameters
- element
- Type: System.WindowsDependencyObject
The element on which to set the property value. - value
- Type: SystemBoolean
The property value to set.
See Also