Gets or sets the units value of the current allocation item. 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 Units { get; set; }
Visual Basic (Declaration)
Public Property Units As Double

Implements

IAllocationItem..::.Units

See Also