Search
TimelineSettings.Style Property
See Also
 





Gets or sets the style of the timeline.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Style Style { get; set; }

Visual Basic  Copy Code

Public Property Style As Style

 Property Value

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

 See Also