A newer version of this page is available.
Switch to the current version.
PaddingInfo.IsEmpty Property
Determines whether the padding is empty (all padding values are null).
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v18.2.dll
Declaration
[Browsable(false)]
public bool IsEmpty { get; }
<Browsable(False)>
Public ReadOnly Property IsEmpty As Boolean
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
Feedback