From 90e208eb7c5509cc0f17bea7ba2a47d18c3a9f78 Mon Sep 17 00:00:00 2001 From: NaBian <836904362@qq.com> Date: Sat, 8 Aug 2020 23:04:29 +0800 Subject: [PATCH] add GlowWindow doc --- .../extend_controls/glowWindow/index.md | 41 ++++++++++++++++++- doc/themes/next/_config.yml | 1 + 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/doc/source/handycontrol/extend_controls/glowWindow/index.md b/doc/source/handycontrol/extend_controls/glowWindow/index.md index bf0d4873..aeb44a10 100644 --- a/doc/source/handycontrol/extend_controls/glowWindow/index.md +++ b/doc/source/handycontrol/extend_controls/glowWindow/index.md @@ -1,3 +1,42 @@ --- -title: GlowWindow +title: GlowWindow 辉光窗口 --- + +边框具有辉光效果的窗口,代码提取自Visual Studio + +```cs +public class GlowWindow : Window +``` + +# 属性 + +|属性|描述|默认值|备注| +|-|-|-|-| +|ActiveGlowColor|窗口激活时辉光颜色||| +|InactiveGlowColor|窗口非激活时辉光颜色|||| + +# 案例 + +```xml + + + +``` + +![GlowWindow](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/GlowWindow.png) \ No newline at end of file diff --git a/doc/themes/next/_config.yml b/doc/themes/next/_config.yml index c29078e3..1635e865 100644 --- a/doc/themes/next/_config.yml +++ b/doc/themes/next/_config.yml @@ -252,6 +252,7 @@ menu: FlipClock 翻页时钟: /flipClock/ || FloatingBlock 漂浮块: /floatingBlock/ || GifImage Gif图片: /gifImage/ || + GlowWindow 辉光窗口: /glowWindow/ || GotoTop 回到顶部: /gotoTop/ || Gravatar 头像: /gravatar/ || Grid 栅格: /grid/ ||