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


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