Back to Devexpress

TextBrickBase Class

corelibraries-devexpress-dot-xtraprinting-42a386b9.md

latest2.5 KB
Original Source

TextBrickBase Class

Represents the base class for brick classes which contain text.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public abstract class TextBrickBase :
    VisualBrick
vb
Public MustInherit Class TextBrickBase
    Inherits 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

IXtraSupportDeserializeCollectionItem

ITableCell

IBrick

Inheritance

Show 14 items

Object DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase BrickBase Brick VisualBrick TextBrickBase BarCodeBrick

CharacterCombBrick

TextBrick

ZipCodeBrick

LabelBrick

PageInfoBrick

PageInfoTextBrick

PageInfoTextBrickBase

See Also

TextBrickBase Members

DevExpress.XtraPrinting Namespace