InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.Interop Namespace / Thickness Structure / Thickness Constructor / Thickness Constructor(Double)
The uniform length applied to all four sides of the bounding rectangle.

In This Topic
    Thickness Constructor(Double)
    In This Topic
    Initializes a Thickness structure that has the specified uniform length on each side.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal uniformLength As Double _
    )
    public Thickness( 
       double uniformLength
    )

    Parameters

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