InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / Thickness Structure / Thickness Constructor / Thickness Constructor(Int32)
Thickness of all edges, in pixels.

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

    Parameters

    width
    Thickness of all edges, in pixels.
    See Also