c# - Drawing some elements over others on canvas -


i have list of figures, have different coefficients. draw figures higher coefficient above have lower. how can accomplish task?

set panel.zindex property, which

gets or sets value represents order on z-plane in element appears

you may bind zindex coefficient property of view model:

<polyline points="{binding figure}" panel.zindex="{binding coefficient}" .../> 

Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -