PocketPlanner Programmer's Guide

ResourceViewSettings.MiddleTimelineSettings Property

See Also

Gets the settings for the middle timeline.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public TimelineSettings MiddleTimelineSettings { get; }

Visual Basic

Public ReadOnly Property MiddleTimelineSettings As TimelineSettings

 Property Value

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

 See Also