MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ShapeStyle Enumeration

ShapeStyle Enumeration
Specifies the style of a shape.
Syntax
'Declaration
 
Public Enum ShapeStyle 
   Inherits System.Enum
 
Members
MemberDescription
EllipseAn elliptical shape.
RectangleA rectangular shape.
RoundRectA rounded rectangle shape.
Inheritance Hierarchy

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

See Also