PrintableComponentContainer.Padding Property
In This Article
Specifies the inner spacing between the borders of the PrintableComponentContainer and the content it displays.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
[Browsable(true)]
public override PaddingInfo Padding { get; set; }
#Property Value
Type | Description |
---|---|
Padding |
A Padding |
See Also