| | |
| | | /// </summary>
|
| | | public Action<int, int> ProgressChangedEvent = null;
|
| | | /// <summary>
|
| | | /// 进度条事件的触发时间间隔(默认没有间隔)
|
| | | /// 进度条事件的触发时间间隔(默认没有间隔,单位为毫秒)
|
| | | /// </summary>
|
| | | public int EventWaitTime = -1;
|
| | | /// <summary>
|
| | |
| | | {
|
| | | 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;
|