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