コード例 #1
0
ファイル: WindowEx.cs プロジェクト: sat1582/CODEFramework
 /// <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);
 }
コード例 #2
0
ファイル: WindowEx.cs プロジェクト: nagyist/CODEFramework
 /// <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);
 }