XAML Image Quality (interpolation) in a Metro-Style App

前端 未结 2 1303
Happy的楠姐
Happy的楠姐 2021-01-13 08:24

Given the following Image object (it\'s in the DataTemplate of a ListView object):

  

        
2条回答
  •  甜味超标
    2021-01-13 08:42

    I know it is a little bit late, but it may be a useful reference for someone else. There's no need for such handler: you only need to set the value of the RenderOptions.BitmapScalingMode attached property.

    
    

提交回复
热议问题