Skip to main content

PaddingInfo.Empty Field

Provides a PaddingInfo object with no padding.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public static readonly PaddingInfo Empty

Field Value

Type
PaddingInfo

Remarks

An empty padding object is defined as having the PaddingInfo.Right, PaddingInfo.Left, PaddingInfo.Bottom and PaddingInfo.Top padding properties set to 0.

This immutable field is useful for comparison operations and initializations.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Empty field.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also