Gets or sets the thickness of a task completed bar's outline in the ScheduleChartView 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 TaskCompletedBarStrokeThickness { get; set; } |
Visual Basic (Declaration) |
---|
<TypeConverterAttribute(GetType(LengthConverter))> _ <BindableAttribute(True)> _ Public Property TaskCompletedBarStrokeThickness As Double |