MobileImagePicker.Source

From Xojo Documentation

Property (As Sources )
aMobileImagePicker.Source = newSourcesValue
or
SourcesValue = aMobileImagePicker.Source

Supported on Mobile.

Specifies the source of the image (the camera or the user's photo library).

Sample Code

Prompt the user to take a picture:

MyImagePicker.Source = MobileImagePicker.Sources.Camera
MyImagePicker.Show

See Also

Sources enumeration.