microsoft / AdaptiveCards

A new way for developers to exchange card content in a common and consistent way.
https://adaptivecards.io
MIT License
1.75k stars 550 forks source link

[.NET] Allow for more fine grained resolution controls in WPF renderer #5430

Open Jeffders opened 3 years ago

Jeffders commented 3 years ago

What platform is your feature request related to? (Delete other platforms).

.NET WPF

Is your feature request related to a problem? Please describe. Sometimes the rending of a card creates a very pixelized card. It would be nice to have more controls over the resolution of the card other than only "width".

Describe the solution you'd like Able to define resolution parameters for the rendering.

Additional context Based on this issue from Azure Bot Service: https://github.com/microsoft/BotFramework-Services/issues/284

iMicknl commented 3 years ago

Related to / duplicate of: https://github.com/microsoft/AdaptiveCards/issues/5421.

paulcam206 commented 3 years ago

I'll take a look and see if there's something we can do here 👍