Skip to main content
A newer version of this page is available. .
Tab

Margins(Unit, Unit, Unit, Unit) Constructor

Initializes a new instance of the Margins class with the specified margin values for the left, right, top and bottom edges.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public Margins(
    Unit marginLeft,
    Unit marginTop,
    Unit marginRight,
    Unit marginBottom
)

Parameters

Name Type Description
marginLeft Unit

A Unit that is the margin value for the left edge.

marginTop Unit

A Unit that is the margin value for the top edge.

marginRight Unit

A Unit that is the margin value for the right edge.

marginBottom Unit

A Unit that is the margin value for the bottom edge.

See Also