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

PaddingInfo.Right Property

Gets or sets the padding value for the right edge.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v20.2.dll

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

Declaration

public int Right { get; set; }

Property Value

Type Description
Int32

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

See Also