add pinbox and statusbar

This commit is contained in:
Mahdi 2020-01-15 21:07:36 +03:30
parent db69815545
commit 2dd14139c8
4 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,3 @@
---
title: PinBox
---

View File

@ -0,0 +1,3 @@
---
title: Seperator
---

View File

@ -0,0 +1,3 @@
---
title: StatusBar
---

View File

@ -215,7 +215,9 @@ menu:
RadioButton 单选按钮: /radioButton/ ||
RichTextBox 富文本框: /richTextBox/ ||
ScrollViewer 滚动视图: /scrollViewer/ ||
Seperator: /seperator/ ||
Slider 滑块: /slider/ ||
StatusBar: /statusBar/ ||
TabControl 选项卡控件: /tabControl/ ||
TextBlock 文本块: /textBlock/ ||
TextBox 文本框: /textBox/ ||
@ -267,6 +269,7 @@ menu:
OutlineText 轮廓文本: /outlineText/ ||
Pagination 页码条: /pagination/ ||
PasswordBox 密码框: /passwordBox/ ||
PinBox: /pinBox/ ||
PopTip : /popTip/ ||
PopupWindow 弹出窗口: /popupWindow/ ||
PreviewSlider 预览滑块: /previewSlider/ ||