update readme

This commit is contained in:
NaBian 2018-08-27 11:53:14 +08:00
parent d4220a60a7
commit 3e73f31379
3 changed files with 28 additions and 1 deletions

View File

@ -30,4 +30,29 @@
### 6、时间条TimeBar ### 6、时间条TimeBar
![时间条TimeBar](https://raw.githubusercontent.com/NaBian/HandyControl/master/Resources/TimeBar.gif) ![时间条TimeBar](https://raw.githubusercontent.com/NaBian/HandyControl/master/Resources/TimeBar.gif)
### 7、图片浏览器ImageBrowser
![图片浏览器ImageBrowser](https://raw.githubusercontent.com/NaBian/HandyControl/master/Resources/ImageBrowser.gif)
# 使用方法
第一步添加HandyControl的引用
第二步在App.xaml中按照以下方式添加代码
```XML
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/ThemesDefault.xaml"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
```
第三步enjoy coding
# 下一版本计划
1、添加信息通知控件
2、添加进度条样式
3、添加路径动画控件

BIN
Resources/ImageBrowser.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 MiB

2
Resources/icon.svg Normal file
View File

@ -0,0 +1,2 @@
<svg width="64" height="64" viewBox="0,0,150,150" xmlns="http://www.w3.org/2000/svg">
<path id="svg_2" d="M40.493382,19.001303 C36.637875,19.06448 33.938568,21.421986 33.948524,25.271919 L34.068279,71.56765 34.066906,71.598007 34.068745,71.747833 34.18895,118.21758 C34.202225,123.35083 39.026951,129.19344 44.965271,131.2674 50.903587,133.34137 55.706783,130.86133 55.693504,125.72808 L55.589508,85.524513 93.866371,85.524513 93.950943,118.21758 C93.964218,123.35083 98.788948,129.19344 104.72726,131.2674 110.66558,133.34137 115.46878,130.86133 115.4555,125.72808 L115.33575,79.432381 115.33712,79.401993 115.33528,79.252007 115.21507,32.782413 C115.2018,27.64917 110.37708,21.806566 104.43876,19.732603 98.500435,17.658638 93.697243,20.138674 93.710518,25.271919 L93.814514,65.475487 55.537647,65.475487 55.453079,32.782413 C55.439804,27.64917 50.615082,21.806566 44.676762,19.732603 43.192181,19.214111 41.778549,18.980244 40.493382,19.001303 z M9.999999,0 L140,0 C145.52284,0 150,4.4771523 150,9.999999 L150,140 C150,145.52284 145.52284,150 140,150 L9.999999,150 C4.4771523,150 0,145.52284 0,140 L0,9.999999 C0,4.4771523 4.4771523,0 9.999999,0 z" fill="white"/></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB