LabelBrick Class
A visual brick that contains a rotated text.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
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.
Inheritance
Object
DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase
See Also