Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1CornerRadius Structure / BottomLeft Property


In This Topic
    BottomLeft Property
    In This Topic
    Gets or sets the radius, in pixels, of the bottom-left corner of the bounding rectangle.
    Syntax
    'Declaration
     
    
    Public Property BottomLeft As C1CornerValue
    'Usage
     
    
    Dim instance As C1CornerRadius
    Dim value As C1CornerValue
     
    instance.BottomLeft = value
     
    value = instance.BottomLeft
    public C1CornerValue BottomLeft {get; set;}
    See Also