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