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

ProgressBarBrick Class

A visual brick containing a progress bar.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.1.Core.dll

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.

Implements

Inheritance

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