0
kicks
Styles for XAML (Silverlight & WPF)
Styles for XAML (Silverlight & WPF) This is a quick walk through of how to setup things for skinning within a XAML Application. First thing, find the App.xaml file within the WPF or Silverlight Project. Within the App.xaml file set some default styles for your controls. I set the following for a button, label, and border control for an application I am creating.