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

In This Topic
    PointerStyle Property
    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 Windows.UI.Xaml.Style
    public Windows.UI.Xaml.Style PointerStyle {get; set;}
    See Also