Gets or sets a value that specifies the bar height of an entity item in the ChartViewBase control. This is a dependency property.

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

Syntax

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

Implements

IChartView..::.BarHeight

See Also