Back to Devexpress

StyledShapeBase Class

officefileapi-devexpress-dot-docs-dot-presentation-9ee75c94.md

latest1.8 KB
Original Source

StyledShapeBase Class

The base class for shapes that support visual styles and transformations.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public abstract class StyledShapeBase :
    ShapeBase
vb
Public MustInherit Class StyledShapeBase
    Inherits ShapeBase

Remarks

The abstract StyledShapeBase class extends the base shape functionality with style properties, visual effects, rotation, and flip transformations.

Implements

ICloneable

Inheritance

Object PresentationObject ShapeBase StyledShapeBase GroupShape

SimpleShape

Shape

ConnectorShape

FilledShape

PictureShape

See Also

StyledShapeBase Members

DevExpress.Docs.Presentation Namespace