Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / C1Gauge Class / Origin Property


In This Topic
    Origin Property (C1Gauge)
    In This Topic
    Gets or sets the starting point used for painting the range.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("Origin")>
    <BrowsableAttribute(True)>
    Public Property Origin As Double
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Double
     
    instance.Origin = value
     
    value = instance.Origin
    [Foundation.Export("Origin")]
    [Browsable(true)]
    public double Origin {get; set;}
    Remarks
    By default, this property is set to double.Nan, which causes the value range to start at the gauge's minimum value, or zero if the minimum is less than zero.
    See Also