Recommended

Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 5 results for Path.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Silverlight Show  on  Apr 06, 2010 (2 months ago)
    In the next tutorial from his series on Path Layout, Christian Schormann talks about Motion Path and Text on a Path. 

    In our demo at Mix 2010, we showed that path layout can also provide a neat stand-in for some features that are missing from the Silverlight runtime: Motion path and text on a path.

    Let me show you how these are done. Also, I’m going to give you a sneak preview on some other more advanced stuff you can do with path layout that my colleague Joanna Mason is going to blog about in detail soon…

    If you want to take a look at the previous parts, here they are: Part I, Part II and Part III.


  • Blend 4: About Path Layout, Part II

    0 comments  /  posted by  Silverlight Show  on  Mar 25, 2010 (2 months ago)
    Christian Schormann is back with Part 2 of his tutorial about the new Path Layout. If you have missed Part 1, you can catch up here.

    The next post in this series will be a side bar with a lot of background information on how the various templates in ListBox work in Silverlight and WPF, and why you were doing what you were doing in this example. After that sidebar, I will continue with more fun things that you can do with path-based layout.

  • 0 comments  /  posted by  Silverlight Show  on  Dec 03, 2009 (6 months ago)
    Nick Kramer discusses one of the improvements in Silverlight 4 - the Path class.

    One of the more subtle improvements in Silverlight 4 is that we unsealed the Path class. That means you can write a class that behaves like a shape without re-implementing properties like Fill, Stroke, etc. -- just subclass, set Path.Data to render what you want, and provide Measure/Arrange appropriate functionality.

  • 0 comments  /  posted by  Silverlight Show  on  Jun 05, 2009 (more than a year ago)
    Tags: Path , WPF
    Robby Ingebretsen has posted some nice Path resources which he uses everytime when he creates a new WPF project.

    Here’s a little time saver. I sort of have a routine that I go through when I create a new WPF project. One of those things is to create a resource dictionary (I’m down to one on most projects now, but more on that later) that includes some common stuff that is nice to be able to depend on while your cranking out XAML.

  • 2 comments  /  posted by  Denislav Savkov  on  Aug 29, 2008 (more than a year ago)


    Path is used to specify then name of the property of the underlying object to bind to. Additional you are able to use indirect property targeting to specify a sub-property of a property of the object. Currently it is not possible to bind to indexed properties.

    Xaml

    <TextBlock Text="{Binding Name}"/>
    <TextBlock Text="{Binding Path=Name}"/>
    <TextBlock Text="{Binding Path=Account.OpenDate}"/>
    <TextBlock Text="{Binding Path=Property1.Property2.Property3}"/>

    That's it!


Help us make SilverlightShow even better and win a free t-shirt. Whether you'd like to suggest a change in the structure, content organization, section layout or any other aspect of SilverlightShow appearance - we'd love to hear from you! Need a material (article, tutorial, or other) on a specific topic? Let us know and SilverlightShow content authors will work to have that prepared for you. (hide this)