[]
        
(Showing Draft Content)

C1.Win.C1Input.Margins.Set

Set Method

Set(int, int, int, int)

Overloaded. Sets the margin values.

Declaration
public void Set(int left, int right, int top, int bottom)
Public Sub [Set](left As Integer, right As Integer, top As Integer, bottom As Integer)
Parameters
Type Name Description
int left
int right
int top
int bottom

Set(Margins)

Overloaded. Sets the margin values.

Declaration
public void Set(Margins printMargins)
Public Sub [Set](printMargins As Margins)
Parameters
Type Name Description
Margins printMargins