ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1Gauge Class / FaceTemplate Property

In This Topic
    FaceTemplate Property (C1Gauge)
    In This Topic
    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 DataTemplate
    public DataTemplate FaceTemplate {get; set;}
    Remarks
    Using DataTemplates to be able to insert user UIElements in the C1Gauge visual tree.
    See Also