C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1CornerRadius Structure / C1CornerRadius Constructor / C1CornerRadius Constructor(C1CornerValue)
The uniform length applied to all four corners of the bounding rectangle.


In This Topic
C1CornerRadius Constructor(C1CornerValue)
In This Topic
Initializes a C1CornerRadius structure that has the specified uniform corners.
Syntax
'Declaration
 
Public Function New( _
   ByVal uniformLength As C1CornerValue _
)
 
'Usage
 
Dim uniformLength As C1CornerValue
 
Dim instance As New C1CornerRadius(uniformLength)

Parameters

uniformLength
The uniform length applied to all four corners of the bounding rectangle.
See Also