corelibraries-devexpress-dot-xtraprinting-d1227385.md
A visual brick that is drawn on a page by an object implementing the IBrick interface.
Namespace : DevExpress.XtraPrinting
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
[BrickExporter(typeof(UserVisualBrickExporter))]
public class UserVisualBrick :
Brick
<BrickExporter(GetType(UserVisualBrickExporter))>
Public Class UserVisualBrick
Inherits Brick
A UserVisualBrick is added to a page after calling the IBrickGraphics.DrawBrick method.
To access the brick’s options, use the UserVisualBrick.UserBrick property.
IXtraSupportDeserializeCollectionItem
Object DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase BrickBase Brick UserVisualBrick UserPageBrick
See Also