ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1LinearGauge Class / OffLocation Property

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