InputPanel for WinForms | ComponentOne
C1.Win.5 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 Integer, _
       ByVal top As Integer, _
       ByVal right As Integer, _
       ByVal bottom As Integer _
    )
    public Thickness( 
       int left,
       int top,
       int right,
       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