Class Overlay
Reprents the overlay definition.
Inheritance
Inherited Members
Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking.dll
Syntax
public sealed class Overlay : Freezable, ISealable
Remarks
You can attach Overlay object to System.Windows.FrameworkElement by setting DockManager.Overlay attached property. Once Overlay object attached, a System.Windows.Controls.ContentPresenter will be generated on top of the associated element.
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. |
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 System.Windows.Controls.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. |
Methods
Name | Description |
---|---|
CreateInstanceCore() | |
FreezeCore(Boolean) |