FilletShapeBase Class
In This Article
Defines the base class for all the shape types whose corners can be filleted.
Namespace: DevExpress.XtraPrinting.Shape
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public abstract class FilletShapeBase :
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.
See Also