934 Views
Last time I showed you how I created a Round image Button for my Windows Phone 7 application. Today I am going to show you one of the ways to address a common issue with displaying images in your application that would need to be changed depending on...
in the xaml code for this article you use the following
<me:ThemedImageConverter x:Key="ThemedImageConverter" />
I am trying to convert what you have done to Visual Basic but cannot find an equivalent to the
<me:
part. If you can help I would be extremely grateful. Enjoyed what you have done.