ComponentOne Scheduler for WinForms
TimeLineStyleEnum Enumeration

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace : TimeLineStyleEnum Enumeration
Determines the type of the time line to display in the C1Schedule control.
Syntax
'Declaration
 
Public Enum TimeLineStyleEnum 
   Inherits System.Enum
public enum TimeLineStyleEnum : System.Enum 
Members
MemberDescription
DaysThe time line with 1 day time scale.
HoursThe time line with time scale, defined by the TimeScale property value.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Schedule.TimeLineStyleEnum

See Also

Reference

C1.Win.C1Schedule Namespace