Gets or sets the time scale text format that will be used to automatically generate texts to be displayed as header content (except for Custom text format) for each of the scale intervals of the current scale. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public TimeScaleTextFormat HeaderContentFormat { get; set; }
Visual Basic (Declaration)
Public Property HeaderContentFormat As TimeScaleTextFormat

See Also