This commit is contained in:
ShrlAlgo
2025-08-20 12:10:35 +08:00
parent fcd306b0f7
commit 955a01f564
962 changed files with 7893 additions and 127784 deletions

View File

@@ -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>