TextBrickBase Class
In This Article
Represents the base class for brick classes which contain text.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public abstract class TextBrickBase :
VisualBrick
#Remarks
This class defines the basic functionality for the TextBrick, BarCodeBrick and ZipCodeBrick classes. It introduces the TextBrickBase.ForeColor property, which together with the VisualBrick.Text property specify how to represent text within all text-aware bricks.
See Also