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

ProgressBarBrick(Int32) Constructor

Initializes a new instance of the ProgressBarBrick class with the specified position.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public ProgressBarBrick(
    int position
)

Parameters

Name Type Description
position Int32

An integer value specifying the progress bar position. This value is assigned to the ProgressBarBrick.Position property.

See Also