Gets or sets a value that specifies the bar height of an entity in the Gantt Chart view of the GanttChartEntityListViewBase control. This is a dependency property.

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

Syntax

C#
[BindableAttribute(true)]
[TypeConverterAttribute(typeof(LengthConverter))]
public double BarHeight { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
<TypeConverterAttribute(GetType(LengthConverter))> _
Public Property BarHeight As Double

See Also