ComponentOne Gauges for WPF and Silverlight
FaceTemplate Property (C1Gauge)

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

Reference

C1Gauge Class
C1Gauge Members