Overlay Class
From DevZest WPF Docking
DevZest WPF Docking
| Overlay Class |
Reprents the overlay definition.
SystemObject System.Windows.ThreadingDispatcherObject
System.WindowsDependencyObject
System.WindowsFreezable
DevZest.Windows.Docking.PrimitivesOverlay
System.WindowsDependencyObject
System.WindowsFreezable
DevZest.Windows.Docking.PrimitivesOverlay
Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
The Overlay type exposes the following members.
| Name | Description | |
|---|---|---|
| AssociatedElement | Gets the associated element. | |
| Content | Gets or sets the data used to generate the overlay UI. | |
| ContentTemplate | Gets or sets the template used to display the content of the overlay. | |
| ContentTemplateSelector | Gets or sets the DataTemplateSelector, which allows the application writer to provide custom logic for choosing the template that is used to display the content of the overlay. | |
| IsFloatingWindowPreview | Gets or sets the value indicates whether the overlay is floating window preview. |
| Name | Description | |
|---|---|---|
| AssociatedElementProperty | Identifies the AssociatedElement dependency property. | |
| ContentProperty | Identifies the Content dependency property. | |
| ContentTemplateProperty | Identifies the ContentTemplate dependency property. | |
| ContentTemplateSelectorProperty | Identifies the ContentTemplateSelector dependency property. | |
| IsFloatingWindowPreviewProperty | Identifies the IsFloatingWindowPreview dependency property. |
You can attach Overlay object to FrameworkElement by setting DockManager.Overlay attached property.
Once Overlay object attached, a ContentPresenter will be generated on top of the associated element.