corelibraries-devexpress-dot-xtraprinting-93ed947e.md
A visual brick containing a progress bar.
Namespace : DevExpress.XtraPrinting
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
[BrickExporter(typeof(ProgressBarBrickExporter))]
public class ProgressBarBrick :
VisualBrick,
IProgressBarBrick,
IVisualBrick,
IBaseBrick,
IBrick
<BrickExporter(GetType(ProgressBarBrickExporter))>
Public Class ProgressBarBrick
Inherits VisualBrick
Implements IProgressBarBrick,
IVisualBrick,
IBaseBrick,
IBrick
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.
IXtraSupportDeserializeCollectionItem
Object DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase BrickBase Brick VisualBrick ProgressBarBrick
See Also