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

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 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

Reference

Margins Class
Margins Members
Overload List