corelibraries-devexpress-dot-xtraprinting-f6c70004.md
A visual brick containing a shape.
Namespace : DevExpress.XtraPrinting
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
[BrickExporter(typeof(ShapeBrickExporter))]
public class ShapeBrick :
VisualBrick,
IShapeDrawingInfo
<BrickExporter(GetType(ShapeBrickExporter))>
Public Class ShapeBrick
Inherits VisualBrick
Implements IShapeDrawingInfo
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.
IXtraSupportDeserializeCollectionItem
Object DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase BrickBase Brick VisualBrick ShapeBrick
See Also