Overlay Properties

DevZest WPF Docking

Overlay Properties

The Overlay type exposes the following members.

Properties
  Name Description
Public property AssociatedElement
Gets the associated element.
Public property Content
Gets or sets the data used to generate the overlay UI.
Public property ContentTemplate
Gets or sets the template used to display the content of the overlay.
Public property 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.
Public property IsFloatingWindowPreview
Gets or sets the value indicates whether the overlay is floating window preview.
Top
See Also