Back to Devexpress

XRPictureBox.Padding Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrpicturebox-ffcd6cda.md

latest2.3 KB
Original Source

XRPictureBox.Padding Property

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

Declaration

csharp
public override PaddingInfo Padding { get; set; }
vb
Public Overrides Property Padding As PaddingInfo

Property Value

TypeDescription
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

Appearance Properties

Report Visual Styles

Conditionally Change the Control's Appearance

XRPictureBox Class

XRPictureBox Members

DevExpress.XtraReports.UI Namespace