Describes customizations to the non-client area of the current window.
Inheritance: Windows.UI.Xaml.DependencyObject, IApplicationViewEventSink
Beispiel #1
0
 /// <summary>
 /// Attaches a <see cref="WindowChrome"/> to specified dependency object.
 /// </summary>
 /// <param name="o"></param>
 /// <param name="chrome"></param>
 public static void SetChrome(DependencyObject o, WindowChrome chrome)
 {
     o.SetValue(ChromeProperty, chrome);
 }
 /// <summary>
 /// Attaches a <see cref="WindowChrome"/> to specified dependency object.
 /// </summary>
 /// <param name="o"></param>
 /// <param name="chrome"></param>
 public static void SetChrome(DependencyObject o, WindowChrome chrome)
 {
     o.SetValue(ChromeProperty, chrome);
 }