'Declaration Public ReadOnly Property ZIndexStops As ObservableCollection(Of ZIndexStop)
'Usage Dim instance As PathConfiguration Dim value As ObservableCollection(Of ZIndexStop) value = instance.ZIndexStops
public ObservableCollection<ZIndexStop> ZIndexStops {get;}