ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1GaugeMark Class / Template Property

In This Topic
    Template Property (C1GaugeMark)
    In This Topic
    DataTemplate used to generate each Mark.
    Syntax
    'Declaration
     
    Public Property Template As Windows.UI.Xaml.DataTemplate
    public Windows.UI.Xaml.DataTemplate Template {get; set;}
    Remarks
    The DataContext is a C1GaugeMarkInfo element.
    See Also