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

Paddings(Unit) Constructor

Initializes a new instance of the Paddings class with the specified padding value for all the edges.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public Paddings(
    Unit padding
)

Parameters

Name Type Description
padding Unit

A Unit that represents the common padding value for all the four edges.

See Also