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


In This Topic
    Bottom Property (C1Thickness)
    In This Topic
    Gets or sets the width, in pixels, of the lower side of the bounding rectangle.
    Syntax
    'Declaration
     
    
    Public Property Bottom As Double
    'Usage
     
    
    Dim instance As C1Thickness
    Dim value As Double
     
    instance.Bottom = value
     
    value = instance.Bottom
    public double Bottom {get; set;}
    See Also