Skip to main content

ProgressBarBrick(Int32) Constructor

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.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