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

PrintableComponentContainer.Padding Property

Specifies the inner spacing between the borders of the PrintableComponentContainer and the content it displays.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[Browsable(true)]
public override PaddingInfo Padding { get; set; }

Property Value

Type Description
PaddingInfo

A PaddingInfo object.

See Also