ComponentOne Gauges for WPF and Silverlight
C1.WPF.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 DataTemplate
    public DataTemplate Template {get; set;}
    Remarks
    The DataContext is a C1GaugeMarkInfo element.
    See Also