Back to Devexpress

ShapeBrick Class

corelibraries-devexpress-dot-xtraprinting-f6c70004.md

latest2.5 KB
Original Source

ShapeBrick Class

A visual brick containing a shape.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[BrickExporter(typeof(ShapeBrickExporter))]
public class ShapeBrick :
    VisualBrick,
    IShapeDrawingInfo
vb
<BrickExporter(GetType(ShapeBrickExporter))>
Public Class ShapeBrick
    Inherits VisualBrick
    Implements 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.

Implements

IXtraSupportDeserializeCollectionItem

ITableCell

IBrick

Inheritance

Object DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase BrickBase Brick VisualBrick ShapeBrick

See Also

ShapeBrick Members

Bricks

Classes Hierarchy: Bricks

DevExpress.XtraPrinting Namespace