ProgressBarEdit.StyleSettings Property
In This Article
Gets or sets an object that defines the appearance and behavior of the ProgressBarEdit.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
[Browsable(true)]
public BaseEditStyleSettings StyleSettings { get; set; }
#Property Value
Type | Description |
---|---|
Base |
A Base |
#Remarks
A ProgressBarEdit supports two built-in styles which define its appearance and behavior: Normal (ProgressBarStyleSettings) and Marquee (ProgressBarMarqueeStyleSettings).
See Also