Skip to main content

ProgressBarBrick Class

A visual brick containing a progress bar.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[BrickExporter(typeof(ProgressBarBrickExporter))]
public class ProgressBarBrick :
    VisualBrick,
    IProgressBarBrick,
    IVisualBrick,
    IBaseBrick,
    IBrick

Remarks

ProgressBarBrick is used to draw a progress bar in a document.

The progress bar options are specified via the ProgressBarBrick.ForeColor and ProgressBarBrick.Position properties.

Inheritance

Object
DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase
See Also