Skip to main content

LabelBrick Class

A visual brick that contains a rotated text.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.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