GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.6.2 Assembly / C1.WPF.GanttView Namespace / FitType Enumeration

In This Topic
    FitType Enumeration
    In This Topic
    Define whether the C1GanttView should be fitted into the page.
    Syntax
    'Declaration
     
    Public Enum FitType 
       Inherits System.Enum
    public enum FitType : System.Enum 
    Members
    MemberDescription
    FitFillFitted into the fill page.
    FitHorizontalFitted into the page horizontally.
    FitVertialFitted into the page vertial.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.GanttView.FitType

    See Also