整理
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using System.Windows.Input;
|
||||
using NeumUI.Effects;
|
||||
using NeoUI.Effects;
|
||||
|
||||
namespace NeumUI.Controls.Decorations;
|
||||
namespace NeoUI.Controls.Decorations;
|
||||
|
||||
/// <summary>
|
||||
/// LightedSurface 控件继承自 ContentControl,用于创建具有光照效果的表面。该控件支持鼠标移动时的动态光照反应,
|
||||
@@ -78,7 +78,7 @@ public class LightedSurface : ContentControl
|
||||
|
||||
/// <summary>
|
||||
/// 当 LightedSurface 控件的光照颜色属性值发生变化时调用此回调方法。
|
||||
/// </方法会更新与控件关联的效果中的光照颜色。
|
||||
/// 方法会更新与控件关联的效果中的光照颜色。
|
||||
/// </summary>
|
||||
/// <param name="d">触发属性更改的依赖对象,此处应为 LightedSurface 的一个实例。</param>
|
||||
/// <param name="e">包含有关属性更改的信息,包括新旧值。</param>
|
||||
|
||||
Reference in New Issue
Block a user