Skip to main content

XRChart.Padding Property

Overrides the XRControl.Padding property.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

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