ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView.Printing Namespace / PrintInfo Class / FitHorizontally Property

In This Topic
    FitHorizontally Property (PrintInfo)
    In This Topic
    Gets or sets whether the C1GanttView should be fitted into the page horizontally.
    Syntax
    'Declaration
     
    Public Property FitHorizontally As System.Boolean
    public System.bool FitHorizontally {get; set;}
    See Also