上传示例图片
This commit is contained in:
parent
13fbece44e
commit
aad4757c5e
@ -115,6 +115,8 @@
|
||||

|
||||
#### Label 标签
|
||||

|
||||
#### LabelTime 时间标签
|
||||

|
||||
#### Popover 气泡卡片
|
||||

|
||||
#### Preview 图片预览
|
||||
|
||||
@ -38,6 +38,8 @@ namespace AntdUIDemo.Views
|
||||
switch_round.CheckedChanged += Switch_CheckedChanged;
|
||||
switch_vertical.CheckedChanged += Switch_CheckedChanged;
|
||||
switch_topmost.CheckedChanged += Switch_CheckedChanged;
|
||||
switch_enabled.CheckedChanged += Switch_CheckedChanged;
|
||||
switch_loading.CheckedChanged += Switch_CheckedChanged;
|
||||
|
||||
input_size.ValueChanged += input_decimalvalue_ValeChanged;
|
||||
input_mx.ValueChanged += input_decimalvalue_ValeChanged;
|
||||
@ -77,7 +79,7 @@ namespace AntdUIDemo.Views
|
||||
switch_round.Checked = false;
|
||||
switch_vertical.Checked = true;
|
||||
switch_topmost.Checked = false;
|
||||
switch_enabled.Checked = false;
|
||||
switch_enabled.Checked = true;
|
||||
switch_loading.Checked = false;
|
||||
|
||||
input_size.Value = 40;
|
||||
@ -112,7 +114,7 @@ namespace AntdUIDemo.Views
|
||||
BadgeSize = (float)input_badgesize.Value,
|
||||
BadgeBack = colorPicker.Value,
|
||||
Enabled = switch_enabled.Checked,
|
||||
|
||||
Loading = switch_loading.Checked,
|
||||
},
|
||||
// 使用资源图片
|
||||
new FloatButton.ConfigBtn("button2", Properties.Resources.关闭)
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 300 KiB After Width: | Height: | Size: 319 KiB |
BIN
assets/screenshots/LabelTime.png
Normal file
BIN
assets/screenshots/LabelTime.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 277 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 421 KiB After Width: | Height: | Size: 420 KiB |
Loading…
x
Reference in New Issue
Block a user