Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1CornerValue Structure / C1CornerValue Constructor / C1CornerValue Constructor(Double)
The length to create a circle corner.


In This Topic
    C1CornerValue Constructor(Double)
    In This Topic
    Initializes a new instance of the C1CornerValue struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal length As Double _
    )
    'Usage
     
    
    Dim length As Double
     
    Dim instance As New C1CornerValue(length)
    public C1CornerValue( 
       double length
    )

    Parameters

    length
    The length to create a circle corner.
    See Also