Gets or sets the style of the timeline header.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public CalendarStyle TimelineStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TimelineStyle As CalendarStyle |
A CalendarStyle object specifying the appearance of the timeline header. This property cannot be null (Nothing in Visual Basic).
See Also