Margin

Margin()

Initializes a new instance of the Margin class.

public Margin()

See Also


Margin(int)

Initializes a new instance of the Margin class.

public Margin(int anyMargin)
ParameterTypeDescription
anyMarginInt32Any margin size.

See Also


Margin(Length)

Initializes a new instance of the Margin class.

public Margin(Length anyMargin)
ParameterTypeDescription
anyMarginLengthAny margin size.

See Also


Margin(int, int, int, int)

Initializes a new instance of the Margin class.

public Margin(int left, int top, int right, int bottom)
ParameterTypeDescription
leftInt32The left size.
topInt32The top size.
rightInt32The right size.
bottomInt32The bottom size.

See Also


Margin(Length, Length, Length, Length)

Initializes a new instance of the Margin class.

public Margin(Length left, Length top, Length right, Length bottom)
ParameterTypeDescription
leftLengthThe left size.
topLengthThe top size.
rightLengthThe right size.
bottomLengthThe bottom size.

See Also