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

In This Topic
    DefaultMiddleMarkTemplate Property
    In This Topic
    Default System.Windows.DataTemplate for the middle Marks.
    Syntax
    'Declaration
     
    Public Property DefaultMiddleMarkTemplate As Windows.UI.Xaml.DataTemplate
    public Windows.UI.Xaml.DataTemplate DefaultMiddleMarkTemplate {get; set;}
    See Also