Back to Devexpress

FilletShapeBase Class

corelibraries-devexpress-dot-xtraprinting-dot-shape-80fca083.md

latest2.0 KB
Original Source

FilletShapeBase Class

Defines the base class for all the shape types whose corners can be filleted.

Namespace : DevExpress.XtraPrinting.Shape

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public abstract class FilletShapeBase :
    ClosedShapeBase
vb
Public MustInherit Class FilletShapeBase
    Inherits ClosedShapeBase

Remarks

This class implements the functionality common to all the shapes which can be filleted. For instance, the FilletShapeBase class introduces the FilletShapeBase.Fillet property which specifies how much shape corners should be rounded.

To learn more about shapes see the XRShape topic.

Inheritance

Show 11 items

Object DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase ShapeBase ClosedShapeBase FilletShapeBase ShapeArrow

ShapeCross

ShapePolygonBase

ShapeRectangle

ShapeStar

ShapePolygon

See Also

FilletShapeBase Members

DevExpress.XtraPrinting.Shape Namespace