xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrpicturebox-ffcd6cda.md
Gets or sets the picture box’s padding values (measured in report units).
Namespace : DevExpress.XtraReports.UI
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
public override PaddingInfo Padding { get; set; }
Public Overrides Property Padding As PaddingInfo
| Type | Description |
|---|---|
| PaddingInfo |
A PaddingInfo object that represents the padding values for a picture.
|
The Padding property specifies indent values which are used to render the picture box’s image. This property is overriden to implement some functionality specific to the XRPictureBox control.
If the Padding property’s value is not set for the current picture box control, its value is obtained from its parent, or a parent of its parent and so on. For more information on this concept, please refer to Appearance Properties.
See Also