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.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[XtraSerializableProperty]
public Color? FillColor { get; set; }

Property Value

Type Description
Nullable<Color>

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

See Also