Gets or sets a value that specifies the bar vertical alignment (position of the bar in the item row space after applying the bar vertical margin) of an node in the Gantt Chart view of the GanttChartNodeListViewBase 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 VerticalAlignment BarVerticalAlignment { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property BarVerticalAlignment As VerticalAlignment |