Gets a collection of VisualInterval objects defining time
intervals currently represented by the control on a screen.
Namespace:
C1.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
C# |
---|
[BrowsableAttribute(false)] public VisualIntervalCollection VisualIntervals { get; } |
Visual Basic |
---|
<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.