DevZest WPF Docking
DockManagerSetTargetItem Method |
Sets the value of TargetItem 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 SetTargetItem( DependencyObject element, DockItem value )
Public Shared Sub SetTargetItem ( element As DependencyObject, value As DockItem )
Parameters
- element
- Type: System.WindowsDependencyObject
The element on which to set the property value. - value
- Type: DevZest.Windows.DockingDockItem
The property value to set.
See Also