Property ContentTemplate
| Improve this Doc View SourceContentTemplate
Gets or sets the template used to display the content of the overlay.
Declaration
public DataTemplate ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.DataTemplate | A System.Windows.DataTemplate that defines the visualization of the overlay. The default is null. |