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

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

    Parameters

    leftRight
    Thickness of the left and right edges, in pixels.
    topBottom
    Thickness of the top and bottom edges, in pixels.
    See Also