Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1LinearGauge Class / Baseline Property


In This Topic
    Baseline Property (C1LinearGauge)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Baseline As Integer
    'Usage
     
    
    Dim instance As C1LinearGauge
    Dim value As Integer
     
    value = instance.Baseline
    public virtual int Baseline {get;}
    See Also