边框具有辉光效果的窗口,代码提取自Visual Studio
1 | public class GlowWindow : Window |
属性
| 属性 | 描述 | 默认值 | 备注 |
|---|---|---|---|
| ActiveGlowColor | 窗口激活时辉光颜色 | ||
| InactiveGlowColor | 窗口非激活时辉光颜色 |
案例
1 | <hc:GlowWindow x:Class="HandyControlDemo.Window.GlowWindow" |

everything can be handy
边框具有辉光效果的窗口,代码提取自Visual Studio
1 | public class GlowWindow : Window |
| 属性 | 描述 | 默认值 | 备注 |
|---|---|---|---|
| ActiveGlowColor | 窗口激活时辉光颜色 | ||
| InactiveGlowColor | 窗口非激活时辉光颜色 |
1 | <hc:GlowWindow x:Class="HandyControlDemo.Window.GlowWindow" |
