FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / ShapeType Enumeration

In This Topic
    ShapeType Enumeration
    In This Topic
    Defines shapes supported by the Field.
    Syntax
    'Declaration
     
    Public Enum ShapeType 
       Inherits System.Enum
    public enum ShapeType : System.Enum 
    Members
    MemberDescription
    Arc 
    Ellipse 
    IsoscelesTriangle 
    Line 
    None 
    Pie 
    Rectangle 
    RightTriangle 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.Document.ShapeType

    See Also