ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / Margins Class / Set Method / Set(Int32,Int32,Int32,Int32) Method

In This Topic
    Set(Int32,Int32,Int32,Int32) Method
    In This Topic
    Overloaded. Sets the margin values.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Set( _
       ByVal left As Integer, _
       ByVal right As Integer, _
       ByVal top As Integer, _
       ByVal bottom As Integer _
    ) 
    public void Set( 
       int left,
       int right,
       int top,
       int bottom
    )

    Parameters

    left
    right
    top
    bottom
    See Also