Skip to main content
A newer version of this page is available. .

PaddingInfo.Top Property

Gets or sets the padding value for the top edge.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public int Top { get; set; }

Property Value

Type Description
Int32

An integer value which represents the padding value (in pixels) for the top edge.

See Also