ComponentOne Input for WinForms
Margins Constructor(Int32,Int32,Int32,Int32)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > Margins Class > Margins Constructor : Margins Constructor(Int32,Int32,Int32,Int32)
Initializes a new instance of the Margins class.
Syntax
'Declaration
 
Public Function New( _
   ByVal left As System.Integer, _
   ByVal right As System.Integer, _
   ByVal top As System.Integer, _
   ByVal bottom As System.Integer _
)
public Margins( 
   System.int left,
   System.int right,
   System.int top,
   System.int bottom
)

Parameters

left
right
top
bottom
See Also

Reference

Margins Class
Margins Members
Overload List