PickOptions.Images Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Predefined PickOptions object for picking image files only.
public:
static property Microsoft::Maui::Storage::PickOptions ^ Images { Microsoft::Maui::Storage::PickOptions ^ get(); };
public static Microsoft.Maui.Storage.PickOptions Images { get; }
static member Images : Microsoft.Maui.Storage.PickOptions
Public Shared ReadOnly Property Images As PickOptions
Property Value
Remarks
Due to specifying the file types to pick being very platform specific, this predefined PickOptions object can be used for picking images.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.