Skip to main content

ProgressBarMarqueeStyleSettings Class

Defines the appearance and behavior of the marquee (indeterminate) progress bar.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public class ProgressBarMarqueeStyleSettings :
    BaseProgressBarStyleSettings

#Remarks

The ProgressBarEdit supports two built-in styles:

  • Native

    A progress bar that indicates the progress of a lengthy operation. This style is used by default.

    progressBar_Native

    The BaseEdit.StyleSettings property should be set to ProgressBarStyleSettings object.

  • Marquee (Indeterminate)

    The editor represents the marquee progress bar which does not display progress. It is used to indicate that an operation is going on by continuously scrolling a block from left to right.

    MarqueeProgressBar

    The BaseEdit.StyleSettings property should be set to the ProgressBarMarqueeStyleSettings object.

See Also