| | |
| | | Height = Application.GetRealHeight(526), |
| | | Width = Application.GetRealWidth(327), |
| | | BackgroundImagePath = "MusicIcon/playBj.png", |
| | | |
| | | }; |
| | | /// <summary> |
| | | /// 音乐汉字 |
| | |
| | | UnSelectedImagePath = "MusicIcon/vol.png", |
| | | }; |
| | | /// <summary> |
| | | /// 声音进度条 |
| | | /// 音量进度条 |
| | | /// </summary> |
| | | public DiyImageSeekBar volSeekBar = new DiyImageSeekBar |
| | | { |
| | | Y = Application.GetRealHeight(418), |
| | | Y = Application.GetRealHeight(395), |
| | | X = Application.GetRealWidth(58), |
| | | Width = Application.GetRealWidth(215), |
| | | Height = Application.GetRealHeight(8), |
| | | Height = Application.GetRealHeight(54),//进度条父控件背景高度 |
| | | IsProgressTextShow = false,//显示百分比 |
| | | IsClickable = true,//进度条是否滑动 |
| | | ProgressBarColor = Color.SelectedColor,//选中进度条颜色 |
| | | ThumbImagePath = "MusicIcon/progressIcon.png",//进度条按钮图标 |
| | | ThumbImageHeight = Application.GetMinRealAverage(20),//进度条按钮图标的高度(默认正方形:宽和高一样) |
| | | SeekBarViewHeight = Application.GetRealHeight(8),//进度条的高度 |
| | | ThumbImageHeight = Application.GetMinRealAverage(54),//进度条按钮图标的高度(默认正方形:宽和高一样) |
| | | SeekBarViewHeight = Application.GetMinRealAverage(8),//进度条的高度 |
| | | }; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 音量值百分比; |