Exemplo n.º 1
0
 /// <summary>
 /// Indicates whether and when the window shall have a drop shaddow
 /// </summary>
 public static void SetHasDropShadow(DependencyObject obj, EffectActiveStates value)
 {
     obj.SetValue(HasDropShadowProperty, value);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Indicates whether and when the window shall have a drop shaddow
 /// </summary>
 public static void SetHasDropShadow(DependencyObject obj, EffectActiveStates value)
 {
     obj.SetValue(HasDropShadowProperty, value);
 }