Welcome to Windows Presentation Foundation (WPF)
Top Tasks :

WPF Community Bloggers

Saturday, September 08, 2007 - Posts

  • Google Books Needs to be More Like JSTOR

    When I first heard about Google's plan to scan the contents of the major libraries of the world, it seemed like a great idea, but it wasn't books I was considering. Books are certainly important, and it would be great to perform searches across collections of books. But books are already well catalogued by libraries, and it's fairly straightforward to hunt down books that touch on particular topics. Instead, I was anticipating a revolution in researching periodicals. It is in centuries worth of periodicals — everything from scholarly journals with circulations in the hundreds to popular magazines and newspapers — that I think most of the world's collective knowledge is encapsulated. This is where digitization would compensate for the historic deficiencies in periodical cataloguing. Cataloguing these periodicals would mean treating each issue as an entity in itself, but also treating it as a collection of articles with distinct titles and authors. For example, if two articles Read More...
  • Animating Attached Properties

    A couple WPF programmers have puzzled about this subject recently so maybe next time somebody has the problem they'll find this blog entry. When setting Storyboard.TargetProperty to an attached property (such as Canvas.Left or Canvas.Top ), put the fully-qualified property name in parentheses: Storyboard.TargetProperty="(Canvas.Left)" Here's a functional example: <Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">     <Ellipse Name="ellipse" Width="100" Height="100"              Fill="Red" Stroke="Blue" StrokeThickness="10" />     <Canvas.Triggers>         <EventTrigger RoutedEvent="Canvas.Loaded">             <BeginStoryboard> Read More...

Copyright © 2006 Microsoft Corporation. All Rights Reserved. | Terms of Use | Privacy Statement | Contact Us