Search
TimetableSettings.TimelineStyle Property
See Also
 






Gets or sets the style of the timeline header.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Style TimelineStyle { get; set; }

Visual Basic  Copy Code

Public Property TimelineStyle As Style

 Property Value

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

 See Also