Gets or sets the number of timelines displayed in the view.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public int Timelines { get; set; } |
Visual Basic Copy Code |
---|
Public Property Timelines As Integer |
An integer value specifying the number of timelines.
Unset the local value of this property to use the corresponding value from the current theme. To unset the property value, call ClearValue on the settings containing the property and pass a reference to the DependencyProperty representing the property.
The timelines are displayed from bottom to top. A value of 1 displays only the bottom timeline, a value of 2 displays the bottom and middle timelines and a value of 3 displays all three timelines.