Back to Devexpress

LabelBrick Class

corelibraries-devexpress-dot-xtraprinting-7707cdb4.md

latest2.3 KB
Original Source

LabelBrick Class

A visual brick that contains a rotated text.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[BrickExporter(typeof(LabelBrickExporter))]
public class LabelBrick :
    TextBrick,
    ILabelBrick,
    ITextBrick,
    IVisualBrick,
    IBaseBrick,
    IBrick
vb
<BrickExporter(GetType(LabelBrickExporter))>
Public Class LabelBrick
    Inherits TextBrick
    Implements ILabelBrick,
               ITextBrick,
               IVisualBrick,
               IBaseBrick,
               IBrick

Remarks

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

Implements

IXtraSupportDeserializeCollectionItem

ITableCell

IBrick

Inheritance

Object DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase BrickBase Brick VisualBrick TextBrickBase TextBrick LabelBrick

See Also

LabelBrick Members

Bricks

Classes Hierarchy: Bricks

DevExpress.XtraPrinting Namespace