ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView.Printing Namespace / PrintStyle Class / PrintStyle Constructor / PrintStyle Constructor(String)
The StyleSource object.

In This Topic
    PrintStyle Constructor(String)
    In This Topic
    Initializes the new PrintStyle object with initial StyleSource.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal styleSource As System.String _
    )
    public PrintStyle( 
       System.string styleSource
    )

    Parameters

    styleSource
    The StyleSource object.
    See Also