PocketPlanner Programmer's Guide

TimelineSettings.Style Property

See Also

Gets or sets the style of the timeline.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public Style Style { get; set; }

Visual Basic

Public Property Style As Style

 Property Value

A Style object specifying the style of the timeline. This property cannot be null.

 See Also