ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1Gauge Class / FaceTemplate Property

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