Margins.Margins

Margins(int, int, int, int)

Initializes a new instance of the Margins class.

public Margins(int left, int right, int top, int bottom)
ParameterTypeDescription
leftInt32The left coordinate.
rightInt32The right coordinate.
topInt32The top coordinate.
bottomInt32The bottom coordinate.

See Also


Margins()

Initializes a new instance of the Margins class.

public Margins()

See Also