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

LabelBrick Class

A visual brick that contains a rotated text.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[BrickExporter(typeof(LabelBrickExporter))]
public class LabelBrick :
    TextBrick,
    ILabelBrick,
    ITextBrick,
    IVisualBrick,
    IBaseBrick,
    IBrick

Remarks

To specify the rotation angle of the text within a LabelBrick, use the LabelBrick.Angle property.

LabelBrick.Angle

Inheritance

Object
DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase
See Also