ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / Thickness Structure / Thickness Constructor / Thickness Constructor(Int32,Int32,Int32,Int32)
Thickness of the left edge, in pixels.
Thickness of the top edge, in pixels.
Thickness of the right edge, in pixels.
Thickness of the bottom edge, in pixels.

In This Topic
    Thickness Constructor(Int32,Int32,Int32,Int32)
    In This Topic
    Initializes a new instance of a Thickness.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal left As System.Integer, _
       ByVal top As System.Integer, _
       ByVal right As System.Integer, _
       ByVal bottom As System.Integer _
    )
    public Thickness( 
       System.int left,
       System.int top,
       System.int right,
       System.int bottom
    )

    Parameters

    left
    Thickness of the left edge, in pixels.
    top
    Thickness of the top edge, in pixels.
    right
    Thickness of the right edge, in pixels.
    bottom
    Thickness of the bottom edge, in pixels.
    See Also