ShapeBrick Class
A visual brick containing a shape.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[BrickExporter(typeof(ShapeBrickExporter))]
public class ShapeBrick :
VisualBrick,
IShapeDrawingInfo
Remarks
ShapeBrick is used to draw a shape in a document.
The shape kind is specified via the ShapeBrick.Shape property, and other shape options are provided by the ShapeBrick.Angle, ShapeBrick.FillColor, ShapeBrick.ForeColor, ShapeBrick.LineWidth and ShapeBrick.Stretch properties.
Inheritance
Object
DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase
BrickBase
Brick
VisualBrick
ShapeBrick
See Also