UserVisualBrick Class
In This Article
A visual brick that is drawn on a page by an object implementing the IBrick interface.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Remarks
A UserVisualBrick is added to a page after calling the IBrickGraphics.DrawBrick method.
To access the brick’s options, use the UserVisualBrick.UserBrick property.
#Inheritance
See Also