FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / ShapeType Enumeration

In This Topic
    ShapeType Enumeration
    In This Topic
    Defines the shapes.
    Syntax
    'Declaration
     
    Public Enum ShapeType 
       Inherits System.Enum
    public enum ShapeType : System.Enum 
    Members
    MemberDescription
    ArcAn arc shape.
    EllipseAn ellipse shape.
    IsoscelesTriangleAn isosceles triangle shape.
    LineA line shape.
    NoneNo shape.
    PieA pie shape.
    PolygonA polygon shape.
    RectangleA rectangle shape.
    RightTriangleA rectangular triangle shape.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Document.ShapeType

    See Also