ComponentOne GanttView for WPF
FitType Enumeration

C1.WPF.GanttView.4 Assembly > C1.WPF.GanttView Namespace : FitType Enumeration
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

Reference

C1.WPF.GanttView Namespace