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

LineBrick(IBrickOwner) Constructor

Initializes a new instance of the LineBrick class with the specified owner.

Namespace: DevExpress.XtraPrinting

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

Declaration

public LineBrick(
    IBrickOwner brickOwner
)

Parameters

Name Type Description
brickOwner DevExpress.XtraPrinting.IBrickOwner

An object implementing the IBrickOwner interface.

See Also