Gets a collection of VisualInterval objects defining time
intervals currently represented by the control on a screen.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [BrowsableAttribute(false)] public VisualIntervalCollection VisualIntervals { get; } |
Visual Basic (Declaration) |
---|
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ <BrowsableAttribute(False)> _ Public ReadOnly Property VisualIntervals As VisualIntervalCollection Get |
Remarks
This collection is generated automatically based on the following
property values:
- VisualStartTime - defines a start time of a period represented by the collection.
- VisualTimeSpan - defines a length of a period represented by the collection.
- VisualIntervalScale - defines a length of each VisualInterval in the collection.