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

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