Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / Top Property


In This Topic
    Top Property (C1Gauge)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Top As Integer
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Integer
     
    instance.Top = value
     
    value = instance.Top
    public int Top {get; set;}
    See Also