The abstract base class representing the geometric properties of a line shape.
            Used by RenderLineBase and derived classes.
            
        
    Namespace: 
   C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
 Syntax
Syntax
| C# | 
|---|
| public abstract class LinePropsBase : ShapeProps | 
| Visual Basic | 
|---|
| Public MustInherit Class LinePropsBase _ Inherits ShapeProps | 
 Inheritance Hierarchy
Inheritance Hierarchy
System..::..Object
C1.C1Preview..::..ShapeProps
C1.C1Preview..::..LinePropsBase
C1.C1Preview..::..LineProps
C1.C1Preview..::..PolygonProps
C1.C1Preview..::..ShapeProps
C1.C1Preview..::..LinePropsBase
C1.C1Preview..::..LineProps
C1.C1Preview..::..PolygonProps
 
     
     
     
     
    