From 627093aca723d4bfb971b97c828e8b3a22dbda78 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期五, 17 七月 2020 17:26:19 +0800
Subject: [PATCH] 2020-07-17-1
---
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/SeekBarControl.cs | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/SeekBarControl.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/SeekBarControl.cs
index a293155..1882d5f 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/SeekBarControl.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/SeekBarControl.cs
@@ -50,7 +50,7 @@
/// </summary>
public Action<int, int> ProgressChangedEvent = null;
/// <summary>
- /// 杩涘害鏉′簨浠剁殑瑙﹀彂鏃堕棿闂撮殧(榛樿娌℃湁闂撮殧)
+ /// 杩涘害鏉′簨浠剁殑瑙﹀彂鏃堕棿闂撮殧(榛樿娌℃湁闂撮殧,鍗曚綅涓烘绉�)
/// </summary>
public int EventWaitTime = -1;
/// <summary>
@@ -70,10 +70,14 @@
{
this.Width = Application.GetRealWidth(i_width);
this.Height = Application.GetRealHeight(84);
+ //鍦嗙悆鐨勫搴�
this.ThumbImageHeight = Application.GetRealHeight(84);
this.ThumbImagePath = "Item/SeekBarIcon.png";
+ //杩涘害鏉$殑瀹藉害
this.SeekBarViewHeight = Application.GetRealHeight(10);
+ //杩涘害鏉¤儗鏅壊
this.SeekBarBackgroundColor = 0xfff5f5f5;
+ //涓婃柟鏄惁鏄剧ず鏂囨湰
this.IsProgressTextShow = false;
this.MaxValue = 100;
this.Gravity = Gravity.CenterHorizontal;
--
Gitblit v1.8.0