Skip to main content
Tab

ASPxProgressBarBase.Paddings Property

Gets the padding settings of a progress bar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual Paddings Paddings { get; }

Property Value

Type Description
Paddings

A Paddings object that contains padding settings.

Remarks

The Paddings property provides access to the padding settings which are defined by the progress bar control.

See Also