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

RepositoryItemMarqueeProgressBar.MarqueeWidth Property

Gets or sets the width, in pixels, of the progress block.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DefaultValue(100)]
[DXCategory("Appearance")]
public int MarqueeWidth { get; set; }

Property Value

Type Default Description
Int32 100

An Int32 value that specifies the width, in pixels, of the progress block.

Remarks

Use the MarqueeWidth property to specify the width of the progress block. To specify the progress block maximum height, use the RepositoryItemBaseProgressBar.MaxHeight property.

You can also specify the amount of space around the progress block using the RepositoryItemBaseProgressBar.ProgressPadding property.

See Also