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

In This Topic
    PointerStroke Property
    In This Topic
    Gets or sets the brush used to paint the pointer's stroke.
    Syntax
    'Declaration
     
    Public Property PointerStroke As Windows.UI.Xaml.Media.Brush
    public Windows.UI.Xaml.Media.Brush PointerStroke {get; set;}
    See Also