Cropping tool after file picker (like the one after you take a picture)
问题 When you take a picture with the integrated camera, windows 8 automatically starts a cropping tool. You can enable it with this code: CameraCaptureUI cameraUI = new CameraCaptureUI(); cameraUI.PhotoSettings.AllowCropping = true; I need something similar for a picture which is chosen from the file picker. Is there any way to use the same Image-Cropper-Tool in the FilePicker as for the camera or do I have to implement it on my own? 回答1: You need to implement on your own. Check out this awesome