ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1LinearGauge Class / OffLocation Property

In This Topic
    OffLocation Property (C1LinearGauge)
    In This Topic
    Gets or sets the relative location used when the Value is set to double.NaN.
    Syntax
    'Declaration
     
    
    Public Property OffLocation As Double
    public double OffLocation {get; set;}
    Remarks
    If double.NaN is set, the pointer is collapsed.
    See Also