Search
ResourceViewSettings.TopTimelineSettings Property
See Also
 






Gets the settings for the top timeline.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public TimelineSettings TopTimelineSettings { get; }

Visual Basic  Copy Code

Public ReadOnly Property TopTimelineSettings As TimelineSettings

 Property Value

An instance of the TimelineSettings class.

 See Also