Back to Devexpress

PaddingInfo Struct

corelibraries-devexpress-dot-xtraprinting-c5bdfac3.md

latest3.4 KB
Original Source

PaddingInfo Struct

Contains padding or margin information associated with a control or a brick.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public struct PaddingInfo :
    IEquatable<PaddingInfo>
vb
Public Structure PaddingInfo
    Implements IEquatable(Of PaddingInfo)

The following members return PaddingInfo objects:

Show 17 links

LibraryRelated API Members
Cross-Platform Class LibraryBrickStyle.Padding
VisualBrick.Padding
.NET Reporting ToolsBand.SnapLinePadding
PrintableComponentContainer.Padding
XRBarCode.DefaultPadding
XRChart.Padding
XRControl.GetEffectivePadding()
XRControl.Padding
XRControl.SnapLineMargin
XRControlStyle.Padding
XRCrossTabCell.GetEffectivePadding()
XRLabel.DefaultPadding
XRPageInfo.DefaultPadding
XRPanel.SnapLinePadding
XRPictureBox.Padding
XRTableOfContentsLevelBase.Padding
BlazorDocumentExportElementStyle.Padding

Remarks

The PaddingInfo structure represents the padding or margin associated with a rectangular UI element such as a control or a brick. The padding is the internal space between the body of the UI element and its edge. In contrast, a margin is the distance separating the adjoining edges of two adjacent UI elements. Because of structural similarities, PaddingInfo is used to represent both padding and margins.

Padding has a different effect on controls that are containers than on controls that are not. For example, in a panel, the Padding property defines the spacing between the border of the panel and its child controls. For a button control, the padding property defines the spacing between the border of the button control and its contained text.

See Also

PaddingInfo Members

DevExpress.XtraPrinting Namespace