XRPictureBox.Padding Property
Gets or sets the picture box’s padding values (measured in report units).
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
PaddingInfo | A PaddingInfo object that represents the padding values for a picture. |
Remarks
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