ComponentOne Reports for WPF
C1.C1Report Namespace / LineShape Class / LineShape Constructor / LineShape Constructor(LineSlantEnum)
Specifies the line slant to use.

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
    Specifies the line slant to use.
    See Also