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

In This Topic
    PointerStyle Property (C1Gauge)
    In This Topic
    System.Windows.ControlTemplate used to generate the Pointer element of the C1Gauge. After the System.Windows.DataTemplate is loaded, the System.Windows.FrameworkElement can be accessed through the Pointer property.
    Syntax
    'Declaration
     
    
    Public Property PointerStyle As Style
    public Style PointerStyle {get; set;}
    See Also