Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1LinearGauge Class / OffPosition Property

In This Topic
    OffPosition Property (C1LinearGauge)
    In This Topic
    Gets or sets the fraction-based position used when the Value is set to Double.NaN.
    Syntax
    'Declaration
     
    Public Property OffPosition As System.Double
    public System.double OffPosition {get; set;}
    Remarks
    Set to Double.NaN to hide the pointer.
    See Also