ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / Margins Class / Margins Constructor / Margins Constructor(Int32,Int32,Int32,Int32)

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

    Parameters

    left
    right
    top
    bottom
    See Also