Margins

Margins()

Initializes a new instance of the Margins class.

public Margins()

See Also


Margins(MarginType, double, double, double, double)

Initializes a new instance of the Margins class with the specified type, location and size.

public Margins(MarginType marginType, double left, double right, double top, double bottom)
Parameter Type Description
marginType MarginType The margin type. Specifies how margin values should be interpreted.
left Double The left margin value.
right Double The right margin value.
top Double The top margin value.
bottom Double The bottom margin value.

See Also