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

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