Skip to main content
A newer version of this page is available. .

ProgressBarEdit.AdditionalForeground Property

Specifies the color of the left side of the ProgressBarEdit. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

Declaration

public SolidColorBrush AdditionalForeground { get; set; }

Property Value

Type Description
SolidColorBrush

A SolidColorBrush object.

Remarks

To specify the color of the right side of the ProgressBarEdit, use the Foreground property.

See Also