ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1RadialGauge Class / PointerCapStroke Property

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