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

PaddingInfo.IsEmpty Property

Determines whether the padding is empty (all padding values are null).

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

[Browsable(false)]
public readonly bool IsEmpty { get; }

Property Value

Type Description
Boolean

true if the padding is empty; otherwise, false.

Remarks

The PaddingInfo object is considered to be empty if its PaddingInfo.Left, PaddingInfo.Right, PaddingInfo.Top and PaddingInfo.Bottom property values are all equal to 0.

See Also