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

ProgressBarBrick.FillColor Property

Gets or sets the color to fill a progress bar brick’s content.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

[XtraSerializableProperty]
[DefaultValue(null)]
public Color? FillColor { get; set; }

Property Value

Type Default Description
Nullable<Color> *null*

A Color object which specifies the fill color of a progress bar.

See Also