corelibraries-devexpress-dot-xtraprinting-7707cdb4.md
A visual brick that contains a rotated text.
Namespace : DevExpress.XtraPrinting
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
[BrickExporter(typeof(LabelBrickExporter))]
public class LabelBrick :
TextBrick,
ILabelBrick,
ITextBrick,
IVisualBrick,
IBaseBrick,
IBrick
<BrickExporter(GetType(LabelBrickExporter))>
Public Class LabelBrick
Inherits TextBrick
Implements ILabelBrick,
ITextBrick,
IVisualBrick,
IBaseBrick,
IBrick
To specify the rotation angle of the text within a LabelBrick, use the LabelBrick.Angle property.
IXtraSupportDeserializeCollectionItem
Object DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase BrickBase Brick VisualBrick TextBrickBase TextBrick LabelBrick
See Also