Search
ResourceViewSettings.BottomTimelineSettings Property
See Also
 





Gets the settings for the bottom timeline.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public TimelineSettings BottomTimelineSettings { get; }

Visual Basic  Copy Code

Public ReadOnly Property BottomTimelineSettings As TimelineSettings

 Property Value

An instance of the TimelineSettings class that defines the preferences for the bottom timeline.

 See Also