ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / PenStyle Class / PenStyle Constructor
The style of pen. For a list of valid values, see here: PenStyles

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

    Parameters

    psStyle
    The style of pen. For a list of valid values, see here: PenStyles
    See Also