Welcome Guest Search | Active Topics | Sign In | Register

Resizing Images Options
EduardooViip
Posted: Sunday, January 31, 2016 3:14:49 AM
Rank: Newbie
Groups: Member

Joined: 1/21/2016
Posts: 0
Add a Size propertie to automatically resize image on controls like BitmapButton
eo_support
Posted: Sunday, January 31, 2016 3:33:17 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,080
Hi,

The exact purpose of the BitmapButton control is to produce pixel accurate rendering of the image. In another word, the whole purpose of this control is to turn resizing/scaling off. If you just want the regular resizing behavior, you can use standard WPF button with an image. The downside of that is sometimes it can produce blurry images due to resizing. This is exactly where BitmapButton fits in --- it's a no resizing image button to preserve image accuracy.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.