PaddingInfo.IsEmpty Property
Determines whether the padding is empty (all padding values are null).
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
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