Method GetOverlay
| Improve this Doc View SourceGetOverlay(FrameworkElement)
Gets the value of DevZest.Windows.Docking.Primitives.DockManager.Overlay attached property from a given System.Windows.FrameworkElement.
Declaration
public static Overlay GetOverlay(FrameworkElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.FrameworkElement | element | The System.Windows.FrameworkElement from which to read the property value. |
Returns
| Type | Description |
|---|---|
| Overlay | The value of DevZest.Windows.Docking.Primitives.DockManager.Overlay attached property. |