Technorati Tags:

Until we get the controls for silverlight 1.1 you need to create your own.  This is actually reasonably easy once you know how.  Tim Heuer has a nice example of a glassy button.  But I thought it might be useful to have more examples out in the wild.  So I am going to publish a few here every now and then.  These are not commecial quality controls, just starting points for you to develop.

First up is a Hyperlink control. 

This is pretty simple, just a TextBlock and an animation to show some tool tip text.  Clicking the button calls HtmlPage.Navigate - to the NavgateUrl property I have added to the control.

Have fun - any questions let me know.

Cheers

Ian