PocketPlanner Programmer's Guide

ResourceViewSettings.TopTimelineSettings Property

See Also

Gets the settings for the top timeline.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public TimelineSettings TopTimelineSettings { get; }

Visual Basic

Public ReadOnly Property TopTimelineSettings As TimelineSettings

 Property Value

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

 See Also