| | |
| | | { |
| | | colorPicker.ColorImagePath = "FunctionIcon/Light/ColorWheelGray.png"; |
| | | } |
| | | colorPicker.MouseDownEventHandler = (sender, e) => { |
| | | MainPage.BasePageView.ScrollEnabled = false; |
| | | }; |
| | | colorPicker.MouseUpEventHandler = (sender, e) => { |
| | | MainPage.BasePageView.ScrollEnabled = true; |
| | | }; |
| | | //colorPicker.MouseDownEventHandler = (sender, e) => { |
| | | // MainPage.BasePageView.ScrollEnabled = false; |
| | | //}; |
| | | //colorPicker.MouseUpEventHandler = (sender, e) => { |
| | | // MainPage.BasePageView.ScrollEnabled = true; |
| | | //}; |
| | | |
| | | //白点控件 |
| | | this.btnWhiteRound = new Button(); |