Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge 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 System.Double
    public System.double OffAngle {get; set;}
    Remarks
    Set to Double.NaN to hide the pointer.
    See Also