ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer 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 System.Integer _
    )
    public Corners( 
       System.int radius
    )

    Parameters

    radius
    Radius of all corners, in pixels.
    See Also