ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ShapeStyle Enumeration

In This Topic
    ShapeStyle Enumeration
    In This Topic
    Defines the shape style.
    Syntax
    'Declaration
     
    Public Enum ShapeStyle 
       Inherits System.Enum
    public enum ShapeStyle : System.Enum 
    Members
    MemberDescription
    EllipseElliptical shape.
    RectangleRectangular shape.
    RoundRectRoundRectangle shape.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.ShapeStyle

    See Also