Skip to main content

ProgressBarBrick.FillColor Property

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[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