A newer version of this page is available.
Switch to the current version.
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; }
<Browsable(True)>
Public Overrides Property Padding As PaddingInfo
Property Value
Type | Description |
---|---|
PaddingInfo | A PaddingInfo object. |
See Also
Feedback