|
|
Browse by Tags
All Tags » web 2.0 » javascript » ria
-
Hmm.
This works:
<Rectangle x:Name="MyAnimatedRectangle" Canvas.Left="100" Canvas.Top ="100" Width="100" Height="100" Fill="Blue">
<DoubleAnimation Storyboard.TargetName="MyAnimatedRectangle" Storyboard.TargetProperty="Width" From="200" ...
-
I've caught the WPF/E (Windows Presentation Foundation / Everywhere ) buzz and so I decided to start playing with it. As it happens I have all the right tools:
I've done a lot of javascript programming recently,
I have Visual Studio 2005 installed, and
I downloaded the cross platform browser plugin and SDK bits ...
|
|
|