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

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