Windows Store Apps - XAML - Scrollviewer - Turn on pixelsnapping for image inside scrollveiwer

谁说我不能喝 提交于 2019-12-13 01:23:47

问题


I have an 'Image' inside a 'Scrollviewer'. When I zoom in I want to see the true pixel values, what some people refer to as pixel snapping. I don't want my image anti-aliased. I want it to look pixelated. Similar to if you zoomed in using MS Paint.

Is there an option in 'ScrollViewer' or 'Image' to accomplish this?

来源:https://stackoverflow.com/questions/29131220/windows-store-apps-xaml-scrollviewer-turn-on-pixelsnapping-for-image-insid

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!