Gets or sets the thickness of a to task dependency line in the GanttChartView control.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
[BindableAttribute(true)] [TypeConverterAttribute(typeof(LengthConverter))] public double ToDependencyLineStrokeThickness { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ <TypeConverterAttribute(GetType(LengthConverter))> _ Public Property ToDependencyLineStrokeThickness As Double |