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

TextBrickBase Class

Represents the base class for brick classes which contain text.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.1.Core.dll

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.

Implements

Inheritance

See Also