Skip to main content
A newer version of this page is available. .

ShapeBrick Class

A visual brick containing a shape.

Namespace: DevExpress.XtraPrinting

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

Declaration

[BrickExporter(typeof(ShapeBrickExporter))]
public class ShapeBrick :
    VisualBrick,
    IShapeDrawingInfo

Remarks

ShapeBrick is used to draw a shape in a document.

XRShapesArrow

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.

Implements

Inheritance

Object
DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase
See Also