Show / Hide Table of Contents

Method SetCanDrag

| Improve this Doc View Source

SetCanDrag(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest