PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / LinePropsBase Class
Members

In This Topic
    LinePropsBase Class
    In This Topic
    The abstract base class representing the geometric properties of a line shape. Used by RenderLineBase and derived classes.
    Object Model
    LinePropsBase Class
    Syntax
    'Declaration
     
    Public MustInherit Class LinePropsBase 
       Inherits ShapeProps
    public abstract class LinePropsBase : ShapeProps 
    Inheritance Hierarchy

    System.Object
       C1.C1Preview.ShapeProps
          C1.C1Preview.LinePropsBase
             C1.C1Preview.LineProps
             C1.C1Preview.PolygonProps

    See Also