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

XRChart.Padding Property

Overrides the XRControl.Padding property.

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 representing padding values for a control.

Remarks

This property is intended to hide the corresponding property of the XRControl class.

See Also