Skip to main content

PaddingInfo.IsEmpty Property

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

[Browsable(false)]
public 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