InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / Corners Structure / Corners Constructor / Corners Constructor(Int32)
Radius of all corners, in pixels.

In This Topic
    Corners Constructor(Int32)
    In This Topic
    Initializes a new instance of a Corners object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal radius As Integer _
    )
    public Corners( 
       int radius
    )

    Parameters

    radius
    Radius of all corners, in pixels.
    See Also