Part 15: Implementing Type Converters | Windows Store apps for Absolute Beginners with C#

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
In order to make our declarative controls and data binding work smoothly, we look at implicit XAML type converters, type converters added to our project template, then implement our own custom type converter and explain its purpose. Resources http://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh781233 Quickstart: Adding FlipView controls http://media.ch9.ms/content/WinStoreAppDev_CS.zip Download the entire series source code <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Feeds/RSS&WT.dl=0&WT.entryid=Entry:RSSView:c38ec7a2906b430bb7a9a0f5017ae31b

View the full article
 
Back
Top