Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PrintControl.ShowBrickCenter(Brick, Page) Method

In This Article

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

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v24.2.dll

NuGet Package: DevExpress.Win.Printing

#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