Gets or sets the desired row index to be used for positioning the current item shape vertically when displaying it in the NetworkDiagramView control (NaN by default, i.e. automatically positioned; non-integral values are supported to position items using custom non-grid alignment). This is a dependency property.

Namespace:  DlhSoft.Windows.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)

Syntax

C#
public double DisplayedRowIndex { get; set; }
Visual Basic (Declaration)
Public Property DisplayedRowIndex As Double

See Also