Skip to main content
Tab

Paddings.PaddingBottom Property

Gets or sets the padding value for the bottom edge.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit PaddingBottom { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the padding value.

Remarks

Use the PaddingBottom property to specify the amount of internal space between the body of a rectangular UI element and its bottom edge (border).

See Also