ComponentOne Reports for WPF
C1.C1Report Namespace / LineShapeBase Class
Members

In This Topic
    LineShapeBase Class
    In This Topic
    Abstract base class for LineShape and PolygonShape classes.
    Object Model
    LineShapeBase Class
    Syntax
    'Declaration
     
    Public MustInherit Class LineShapeBase 
       Inherits ShapeBase
    public abstract class LineShapeBase : ShapeBase 
    Inheritance Hierarchy

    System.Object
       C1.C1Report.ShapeBase
          C1.C1Report.LineShapeBase
             C1.C1Report.LineShape

    See Also