Gets or sets the default height for chart scale header areas (used to initialize Scale.HeaderHeight property values). 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 double ScaleHeaderHeight { get; set; }
Visual Basic (Declaration)
Public Property ScaleHeaderHeight As Double

Implements

IGanttChartView..::.ScaleHeaderHeight

See Also