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 entity item in the ChartViewBase 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 |