Gets the computed margin value to be used for preserving appropriate margins to the allocation bar of the current item in the LoadChartView control (based on the difference between LoadChartView.MaxDisplayedUnits and Units 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 GridLength ComputedBarMargin { get; set; }
Visual Basic (Declaration)
Public Property ComputedBarMargin As GridLength

See Also