Back to Devexpress

ProgressBarEdit.StyleSettings Property

wpf-devexpress-dot-xpf-dot-editors-dot-progressbaredit-31cf0af8.md

latest1.7 KB
Original Source

ProgressBarEdit.StyleSettings Property

Gets or sets an object that defines the appearance and behavior of the ProgressBarEdit.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Browsable(true)]
public BaseEditStyleSettings StyleSettings { get; set; }
vb
<Browsable(True)>
Public Property StyleSettings As BaseEditStyleSettings

Property Value

TypeDescription
BaseEditStyleSettings

A BaseEditStyleSettings descendant that defines the appearance and behavior of the ProgressBarEdit.

|

Remarks

A ProgressBarEdit supports two built-in styles which define its appearance and behavior: Normal (ProgressBarStyleSettings) and Marquee (ProgressBarMarqueeStyleSettings).

See Also

ProgressBarEdit Class

ProgressBarEdit Members

DevExpress.Xpf.Editors Namespace