MIX’09 – Reviewing – Building Microsoft Silverlight Controls
Karen Corby – Lead Program Manager on Silverlight Team – http://scorbs.com/work “One major difference between site with a strong Brand Image … and one with weak Brand Image … is that brand positioning permeates every part of a strong site …” – Forrester, June 9, 2005 Styling “Property Bag” styling Through the <Style> element Works with Controls , UserControls, Shapes, Panels App.xaml now support the MergedResourceDictionaries functionality like in WPF <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source=”Assets.xaml”/> </ResourceDictionary.MergedDictionaries> Styles now support BasedOn <Style x:Key=”NewStyle” BasedOn=”{StaticResource BaseStyle}”> Skinning Completely replace visuals Through <ControlTemplate> element {TemplaceBinding} extension Works with Custom Controls (not UserControls, Panels, Shapes) Based … Continue reading MIX’09 – Reviewing – Building Microsoft Silverlight Controls