FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / LineShape Class / LineShape Constructor / LineShape Constructor(LineSlantEnum)
The value of LineSlant property.

In This Topic
    LineShape Constructor(LineSlantEnum)
    In This Topic
    Initializes a new instance of the LineShape class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal lineSlant As LineSlantEnum _
    )
    public LineShape( 
       LineSlantEnum lineSlant
    )

    Parameters

    lineSlant
    The value of LineSlant property.
    See Also