Gets or sets the width of one timeline hour displayed in the Gantt Chart view of the GanttChartEntityListViewBase control.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
[TypeConverterAttribute(typeof(LengthConverter))] [BindableAttribute(true)] public double HourWidth { get; set; } |
Visual Basic (Declaration) |
---|
<TypeConverterAttribute(GetType(LengthConverter))> _ <BindableAttribute(True)> _ Public Property HourWidth As Double |