Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XRPictureBox.Padding Property

Gets or sets the picture box’s padding values (measured in report units).

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

public override PaddingInfo Padding { get; set; }

#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