DevZest WPF Docking
Overlay Class |
Reprents the overlay definition.
Inheritance Hierarchy
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)
Syntax
The Overlay type exposes the following members.
Constructors
Properties
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. |
Fields
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. |
Remarks
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.
See Also