ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1RadialGauge Class / OffAngle Property

In This Topic
    OffAngle Property (C1RadialGauge)
    In This Topic
    Gets or sets the angle of the pointer when the Value value is set to double.NaN.
    Syntax
    'Declaration
     
    
    Public Property OffAngle As Double
    public double OffAngle {get; set;}
    Remarks
    Set to double.NaN to hide the pointer.
    See Also