Skip to main content
All docs
V25.1
  • DiagramShapeType Enum

    Lists built-in shapes’ types.

    Namespace: DevExpress.Web.ASPxDiagram

    Assembly: DevExpress.Web.ASPxDiagram.v25.1.dll

    NuGet Package: DevExpress.Web

    #Declaration

    public enum DiagramShapeType

    #Members

    Name Description
    Unset

    The shape type is not set.

    Text

    Text

    Rectangle

    Diagram Shape Type

    Ellipse

    Diagram Shape Type

    Cross

    Diagram Shape Type

    Triangle

    Diagram Shape Type

    Diamond

    Diagram Shape Type

    Heart

    Diagram Shape Type

    Pentagon

    Diagram Shape Type

    Hexagon

    Diagram Shape Type

    Octagon

    Diagram Shape Type

    Star

    Diagram Shape Type

    ArrowLeft

    Diagram Shape Type

    ArrowTop

    Diagram Shape Type

    ArrowRight

    Diagram Shape Type

    ArrowBottom

    Diagram Shape Type

    ArrowNorthSouth

    Diagram Shape Type

    ArrowEastWest

    Diagram Shape Type

    Process

    Diagram Shape Type

    Decision

    Diagram Shape Type

    Terminator

    Diagram Shape Type

    PredefinedProcess

    Diagram Shape Type

    Document

    Diagram Shape Type

    MultipleDocuments

    Diagram Shape Type

    ManualInput

    Diagram Shape Type

    Preparation

    Diagram Shape Type

    Data

    Diagram Shape Type

    Database

    Diagram Shape Type

    HardDisk

    Diagram Shape Type

    InternalStorage

    Diagram Shape Type

    PaperTape

    Diagram Shape Type

    ManualOperation

    Diagram Shape Type

    Delay

    Diagram Shape Type

    StoredData

    Diagram Shape Type

    Display

    Diagram Shape Type

    Merge

    Diagram Shape Type

    Connector

    Diagram Shape Type

    Or

    Diagram Shape Type

    SummingJunction

    Diagram Shape Type

    VerticalContainer

    Diagram Shape Type

    HorizontalContainer

    Diagram Shape Type

    CardWithImageOnLeft

    Diagram Shape Type

    CardWithImageOnTop

    Diagram Shape Type

    CardWithImageOnRight

    Diagram Shape Type

    #Related API Members

    The following properties accept/return DiagramShapeType values:

    See Also