C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / ShapeType Enumeration

ShapeType Enumeration
Defines the shapes.
Syntax
'Declaration
 
Public Enum ShapeType 
   Inherits 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.WPF.Document.ShapeType

See Also