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