Overlay.Content Property

DevZest WPF Docking

OverlayContent Property
Gets or sets the data used to generate the overlay UI.

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public Object Content { get; set; }
Public Property Content As Object
	Get
	Set

Property Value

Type: Object
The data used to generate the overlay UI. The default value is .
See Also