MindFusion.Wpf Pack Programmer's Guide
ResourceViewSettings.Timelines Property
See Also
 





Gets or sets the number of timelines displayed in the view.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public int Timelines { get; set; }

Visual Basic  Copy Code

Public Property Timelines As Integer

 Property Value

An integer value specifying the number of timelines.

Unsetting the Property Value

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.

 Remarks

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.

 See Also

ResourceViewSettings Members
ResourceViewSettings Class
MindFusion.Scheduling.Wpf Namespace
BottomTimelineSettings Property
MiddleTimelineSettings Property
TopTimelineSettings Property