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.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.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