Skip to main content
Tab

Paddings.PaddingTop Property

Gets or sets the padding value for the top edge.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the padding value.

Remarks

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

See Also