Share via


PickOptions.Images Property

Definition

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