ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Interop Namespace / Thickness Structure / Thickness Constructor / Thickness Constructor(Double,Double,Double,Double)
The thickness for the left side of the rectangle.
The thickness for the upper side of the rectangle.
The thickness for the right side of the rectangle.
The thickness for the lower side of the rectangle.

In This Topic
    Thickness Constructor(Double,Double,Double,Double)
    In This Topic
    Initializes a Windows.UI.Xaml.Thickness structure that has specific lengths (supplied as a System.Double) applied to each side of the rectangle.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal left As System.Double, _
       ByVal top As System.Double, _
       ByVal right As System.Double, _
       ByVal bottom As System.Double _
    )
    public Thickness( 
       System.double left,
       System.double top,
       System.double right,
       System.double bottom
    )

    Parameters

    left
    The thickness for the left side of the rectangle.
    top
    The thickness for the upper side of the rectangle.
    right
    The thickness for the right side of the rectangle.
    bottom
    The thickness for the lower side of the rectangle.
    See Also