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

In This Topic
    CoverTemplate Property (C1Gauge)
    In This Topic
    System.Windows.DataTemplate used to generate the element placed on top of the C1Gauge. After the System.Windows.DataTemplate is loaded, the System.Windows.FrameworkElement can be accessed through the Top property.
    Syntax
    'Declaration
     
    
    Public Property CoverTemplate As DataTemplate
    public DataTemplate CoverTemplate {get; set;}
    Remarks
    Using DataTemplates to be able to insert user UIElements in the C1Gauge visual tree.
    See Also