DevZest WPF Docking
OverlayContentTemplate Property |
Gets or sets the template used to display the content of the overlay.
Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public DataTemplate ContentTemplate { get; set; }
Public Property ContentTemplate As DataTemplate Get Set
Property Value
Type: DataTemplateA DataTemplate that defines the visualization of the overlay. The default is .
See Also