/// <summary>
 /// Sets the Aero glow style of window header.
 /// </summary>
 public static void SetGlowStyle(DependencyObject obj, AeroGlowStyle value)
 {
     obj.SetValue(GlowStyleProperty, value);
 }
Exemple #2
0
 /// <summary>
 /// Sets the Aero glow style of window header.
 /// </summary>
 public static void SetGlowStyle(DependencyObject obj, AeroGlowStyle value)
 {
     obj.SetValue(GlowStyleProperty, value);
 }