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