Skip to main content

ProgressBarEdit.StyleSettings Property

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

Namespace: DevExpress.Xpf.Editors

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

#Declaration

[Browsable(true)]
public BaseEditStyleSettings StyleSettings { get; set; }

#Property Value

Type Description
BaseEditStyleSettings

A DevExpress.Xpf.Editors.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