ComponentOne SuperTooltip for WinForms
C1.Win.4.8 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 System.Double _
    )
    public Thickness( 
       System.double uniformLength
    )

    Parameters

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