ComponentOne Gauges for WPF and Silverlight
CoverTemplate Property (C1Gauge)

C1.WPF.Gauge Namespace > C1Gauge Class : CoverTemplate Property
System.Windows.DataTemplate used to generate the element placed on top of the C1Gauge. After the System.Windows.DataTemplate is loaded, the System.Windows.FrameworkElement can be accessed through the Top property.
Syntax
'Declaration
 
Public Property CoverTemplate As System.Windows.DataTemplate
public System.Windows.DataTemplate CoverTemplate {get; set;}
Remarks
Using DataTemplates to be able to insert user UIElements in the C1Gauge visual tree.
See Also

Reference

C1Gauge Class
C1Gauge Members