I am playing a bit with trying to animate a LinearGradientBrush (lgb) in a Silverlight app.I have the following code in the constructor for my Page:
Small programming problem here, hopefully someone can point me in the right direction. Im using a list here on a WP7 page. (Silverlight ListBox).
I\'ve seen this question asked in various incarnations around the web, but never a definitive 开发者_开发知识库answer.And since this is the forum for definitive answers....
I have a function which displays images from a binded uri (ie; www.website.com/picture1.jpg). I have found and now understand that the phone caches the images that are downloaded. I read that its onl
Hi i am trying to write a silverlight applicaiton on Facebook. I am using Visual Studio 2010. I have created a silverlight application and VS created a test page for it automaticly. I can acces and te
Can someone please point me to a working example of how I\'m supposed to do data binding in Silverlight for Windows Embedded (SWE). I have seen a showcase of it, so it appears to be possible. And I\'v
Subject line pretty much describes my question. Can I embed one Silverlight app into another one and make them communicate with each other (like pass parameters back and for开发者_如何学运维th?)Any S
First let me say I\'m new to Silverlight. But I have most of the \"basic\" Silverlight stuff figured out. I\'m using Silverlight 3 at the moment.
I have a dictionary object Dictionary<string, Type> dict = ne开发者_运维百科w Dictionary<string, Type>();
I\'m trying to have a button contain both an image text.Ideally have the text left aligned, while the image is as far right as possible.