wpf-devexpress-dot-xpf-dot-editors-f0ca6b98.md
Defines the native appearance and behavior of the progress bar.
Namespace : DevExpress.Xpf.Editors
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public class ProgressBarStyleSettings :
BaseProgressBarStyleSettings
Public Class ProgressBarStyleSettings
Inherits BaseProgressBarStyleSettings
A ProgressBarStyleSettings object defines the default progress bar operation mode. In this mode, a progress bar indicates the progress of a lengthy operation.
Tip
For the complete list of the ProgressBarEdit control operation modes, see ProgressBarEdit operation modes.
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement BaseEditStyleSettings BaseProgressBarStyleSettings ProgressBarStyleSettings
See Also