Beispiel #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);
 }
Beispiel #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);
 }