ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / C1GanttView Class / ZoomTask Method
The task to zoom.

In This Topic
    ZoomTask Method (C1GanttView)
    In This Topic
    Zoom to a specific task.
    Syntax
    'Declaration
     
    Public Sub ZoomTask( _
       ByVal task As Task _
    ) 
    public void ZoomTask( 
       Task task
    )

    Parameters

    task
    The task to zoom.
    See Also