Back to Devexpress

ProgressBarBrick Class

corelibraries-devexpress-dot-xtraprinting-93ed947e.md

latest2.3 KB
Original Source

ProgressBarBrick Class

A visual brick containing a progress bar.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[BrickExporter(typeof(ProgressBarBrickExporter))]
public class ProgressBarBrick :
    VisualBrick,
    IProgressBarBrick,
    IVisualBrick,
    IBaseBrick,
    IBrick
vb
<BrickExporter(GetType(ProgressBarBrickExporter))>
Public Class ProgressBarBrick
    Inherits VisualBrick
    Implements 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

IXtraSupportDeserializeCollectionItem

ITableCell

IBrick

Inheritance

Object DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase BrickBase Brick VisualBrick ProgressBarBrick

See Also

ProgressBarBrick Members

Bricks

Classes Hierarchy: Bricks

DevExpress.XtraPrinting Namespace