RepositoryItemMarqueeProgressBar.MarqueeWidth Property
Gets or sets the width, in pixels, of the progress block.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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