DevZest WPF Docking
AdornerManagerSetAdorner Method |
Sets the value of Adorner attached property
to a given FrameworkElement.
Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public static void SetAdorner( FrameworkElement element, UIElement value )
Public Shared Sub SetAdorner ( element As FrameworkElement, value As UIElement )
Parameters
- element
- Type: System.WindowsFrameworkElement
The element on which to set the property value. - value
- Type: System.WindowsUIElement
The value of Adorner attached property.
See Also