ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1Gauge Class / DefaultSmallMarkTemplate Property

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