IntroductionA very simple Button Control extension that consists of three controls; helps users to attach a silverlight supported image format to their buttons. ImageButton – this control will allow you attach just an image to the button. ExtendedImageButton – will also show “Display Name” text and wraps. TransparentImageButton – This control will show like a tranparent Image. The image will turn into GrayScle, if it is disabled.
Change Log : Version 1.1 [Updated 02-16-2012] * Added Description support for all controls Below image shows how the buttons look based on their IsEnabled property
Installation 1. Download the VSIX and install 2. Add the Control to your project 3. Adjust width/height of the control as you wish
Features1. Add Image to your buttons 2. Wrap button text
Source Code & WalkthroughAvailable here. http://code.msdn.microsoft.com/LightSwitch-Image-Button-f9dda668
|