Attached property class for making a Window modern.
Inheritance: System.Windows.Freezable
Example #1
0
 public static void SetChrome(Window window, Chrome chrome)
 {
     if (window == null) { throw new ArgumentNullException("window"); }
     window.SetValue(Chrome.ChromeProperty, chrome);
 }