Skip to main content
A newer version of this page is available. .

XRPictureBox.Padding Property

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

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