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

Padding Class

Contains properties used to set paddings of the Web Dashboard elements.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.2.Web.dll

Declaration

public class Padding

Remarks

Use the Padding class instance to set paddings for Web Dashboard elements. E.g., you can set dashboard item paddings in an exported document using the WebDashboardExporter.ExportToImage or WebDashboardExporter.ExportToPdf overloads with the itemsPadding parameter.

Inheritance

Object
Padding
See Also