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

PrintControl.ShowBrickCenter(Brick, Page) Method

Locates the specified brick and displays it in the center of the visible PrintControl area.

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v18.2.dll

Declaration

public void ShowBrickCenter(
    Brick brick,
    Page page
)

Parameters

Name Type Description
brick Brick

A Brick object, specifying the brick to be located.

page Page

A Page object, specifying the document page at which the brick is located.

See Also