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

ASPxProgressBar.Paddings Property

Gets the padding settings of a progress bar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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 can be defined for the progress bar control.

See Also