Gets or sets a value indicating whether vertical bars generated by this scale are visible 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)] public bool AreVerticalBarsVisible { get; set; } |
| Visual Basic (Declaration) |
|---|
<BindableAttribute(True)> _ Public Property AreVerticalBarsVisible As Boolean |