| | |
| | | openframelayout.AddChidren(horizontalSeekBarRow); |
| | | var horizontalSeekBarVol = new DiyImageSeekBar |
| | | { |
| | | Y = openrowlayout.Bottom, |
| | | X = Application.GetRealWidth(80), |
| | | Width = Application.GetRealWidth(920), |
| | | Height = Application.GetRealHeight(160), |
| | | IsProgressTextShow = true,//显示百分比 |
| | |
| | | ProgressTextSize = 13,//显示百分比字体大小 |
| | | SeekBarViewHeight = Application.GetRealHeight(10),//进度条的高度 |
| | | }; |
| | | horizontalSeekBarRow.AddChidren(horizontalSeekBarVol); |
| | | openframelayout.AddChidren(horizontalSeekBarVol); |
| | | |
| | | #endregion |
| | | |
| | |
| | | openframelayout.AddChidren(horizontalSeekBarRow); |
| | | var horizontalSeekBarVol = new DiyImageSeekBar |
| | | { |
| | | Y = openrowlayout.Bottom, |
| | | X = Application.GetRealWidth(80), |
| | | Width = Application.GetRealWidth(920), |
| | | Height = Application.GetRealHeight(160), |
| | | IsProgressTextShow = true,//显示百分比 |
| | |
| | | ProgressTextSize = 13,//显示百分比字体大小 |
| | | SeekBarViewHeight = Application.GetRealHeight(10),//进度条的高度 |
| | | }; |
| | | horizontalSeekBarRow.AddChidren(horizontalSeekBarVol); |
| | | openframelayout.AddChidren(horizontalSeekBarVol); |
| | | |
| | | #endregion |
| | | |