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

Paddings(Unit, Unit, Unit, Unit) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public Paddings(
    Unit paddingLeft,
    Unit paddingTop,
    Unit paddingRight,
    Unit paddingBottom
)

Parameters

Name Type Description
paddingLeft Unit

A Unit that represents the padding value for the left edge.

paddingTop Unit

A Unit that represents the padding value for the top edge.

paddingRight Unit

A Unit that represents the padding value for the right edge.

paddingBottom Unit

A Unit that represents the padding value for the bottom edge.

See Also