Why RenderOptions.BitmapInterpolationMode is not available in xaml? #15387
-
|
Why |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
|
It is available, but IntelliSense won't give any autocomplete. <Image Source="..." RenderOptions.BitmapInterpolationMode="None" /> |
Beta Was this translation helpful? Give feedback.
-
Actually, it does work. But only for the Image. It doesn't work for ImageBrush. |
Beta Was this translation helpful? Give feedback.
-
|
I've a pending PR on that #13552 but I need a 👍 or 👎 from the team /cc @Gillibald |
Beta Was this translation helpful? Give feedback.

If you set
RenderOptions.BitmapInterpolationMode="HighQuality"on theUserControl, does it affect the brush? There was some talk about allowing overriding the defaults awhile back, but that hasn't been implemented. It's a bit hard to track down.Alternatively, use layer stacking instead of
ImageBrush: