XRLabel.DefaultPadding Property
In This Article
Returns an object representing the default padding value for the XRLabel class.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public static PaddingInfo DefaultPadding { get; }
#Property Value
Type | Description |
---|---|
Padding |
A Padding |
#Remarks
Use the DefaultPadding property to obtain the default value used by XtraReports to initialize the XRControl.Padding property when a new XRLabel control is created at design time.
See Also