Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Rect Structure / Top Property


In This Topic
    Top Property (C1Rect)
    In This Topic
    Gets the y-axis position of the top of the rectangle.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Top As Double
    'Usage
     
    
    Dim instance As C1Rect
    Dim value As Double
     
    value = instance.Top
    public double Top {get;}
    See Also