Encapsulates settings for a timeline in a Resource view.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public sealed class TimelineSettings : CalendarSettings |
Visual Basic
Copy Code
|
|---|
Public NotInheritable Class TimelineSettings |
RemarksThis class provides various properties which can be used for customizing the timelines in a Resource view. The settings for the individual timelines can be accessed through the BottomTimelineSettings, MiddleTimelineSettings and TopTimelineSettings of the ResourceViewSettings class respectively.
The Unit and UnitCount properties specify the resolution of the timeline. For example, specifying Day for Unit and 2 for UnitCount will divide the timeline into cells representing 2 days intervals each. The resolution of the bottom timeline also determines the resolution of the view. The dates displayed in the timeline cells are formatted according to the Format property.
To modify the appearance of the timeline, use the CalendarStyle property.
Inheritance Hierarchy System.Object![]()
System.Windows.Threading.DispatcherObject![]()
System.Windows.DependencyObject![]()
System.Windows.Media.Visual![]()
System.Windows.UIElement![]()
System.Windows.FrameworkElement![]()
MindFusion.Scheduling.Wpf.CalendarSettings
MindFusion.Scheduling.Wpf.TimelineSettings
See Also