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

UserVisualBrick.UserBrick Property

Gets a user implementation of the IBrick interface drawn via the IBrickGraphics.DrawBrick method.

Namespace: DevExpress.XtraPrinting

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

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

Declaration

public IBrick UserBrick { get; }

Property Value

Type Description
IBrick

User implementation of the IBrick interface.

See Also