2 Replies - 2723 Views - Last Post: 01 March 2011 - 05:28 AM

#1 ravishankar54  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 1
  • Joined: 28-February 11

Vista icon Effect in Silverlight

Posted 28 February 2011 - 10:13 PM

ravishankar
wen we move our mouse over icon the icon while zoom upwards..
that effect i need in my project can u help me?
i mean that there are line of icons wen we move mouse over an icon the icon will be high lightend by glowing n by increasing the size of the icon than other icons in the line.

Is This A Good Question/Topic? 0
  • +

Replies To: Vista icon Effect in Silverlight

#2 macosxnerd101  Icon User is online

  • Self-Trained Economist
  • member icon




Reputation: 9037
  • View blog
  • Posts: 33,522
  • Joined: 27-December 08

Re: Vista icon Effect in Silverlight

Posted 28 February 2011 - 11:59 PM

Moved to Silverlight. Please do not post programming help questions in the Lounge.
Was This Post Helpful? 0
  • +
  • -

#3 eclipsed4utoo  Icon User is offline

  • Not Your Ordinary Programmer
  • member icon

Reputation: 1511
  • View blog
  • Posts: 5,916
  • Joined: 21-March 08

Re: Vista icon Effect in Silverlight

Posted 01 March 2011 - 05:28 AM

You can do this by using the visual states or using a storyboard. You can handle the mouse over event and execute the visual state/storyboard. You would then go back to normal when the mouse left the icon.

Here is a tutorial I did using the VisualStateManager and behaviors in Silverlight 4.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1