Skip to main content

UserVisualBrick.UserBrick Property

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public IBrick UserBrick { get; }

Property Value

Type Description
IBrick

User implementation of the IBrick interface.

See Also