ComponentOne Gauge for UWP
CoverTemplate Property

C1.UWP.Gauge Assembly > C1.Xaml.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 Windows.UI.Xaml.DataTemplate
public Windows.UI.Xaml.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