Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / LineDef Class / LineDef Constructor

In This Topic
    LineDef Constructor
    In This Topic
    Overload List
    OverloadDescription
    Initializes a new instance of the LineDef class with default values (1pt wide black line).  
    Initializes a new instance of the LineDef class, assigning line color.  
    Initializes a new instance of the LineDef class, assigning line width and color.  
    Initializes a new instance of the LineDef class, assigning line width, color and dash style.  
    Initializes a new instance of the LineDef class, assigning line width, color and dash pattern. DashStyle is set to System.Drawing.Drawing2D.DashStyle.Custom.  
    Initializes a new instance of the LineDef class, assigning line width, color, dash background color and dash style.  
    Initializes a new instance of the LineDef class, assigning line width, color, dash background color and dash pattern. DashStyle is set to System.Drawing.Drawing2D.DashStyle.Custom.  
    See Also