I want to get the picture from the user in my application and for this reason, I use file picker which exists in Zebble UI components like this code:
In my page:
<FilePicker Id="MyFilePicker"></FilePicker>
I did find the code from this link http://zebble.net/docs/filepicker-class But, I had a problem with this component, because I just want to pick some pictures from the device, not video or anything else.