Picker Class

Definition

The picker instance that Xamarin.Forms created on the iOS platform.

public static class Picker
type Picker = class
Inheritance
Picker

Fields

UpdateModeProperty

Backing store for the attached property that controls whether elements in the picker are continuously updated while scrolling or updated once after scrolling has completed.

Methods

GetUpdateMode(BindableObject)

Returns a value that tells whether elements in the picker are continuously updated while scrolling or updated once after scrolling has completed.

SetUpdateMode(BindableObject, UpdateMode)

Sets a value that controls whether elements in the picker are continuously updated while scrolling or updated once after scrolling has completed.

SetUpdateMode(IPlatformElementConfiguration<iOS,Picker>, UpdateMode)

Sets a value that controls whether elements in the picker are continuously updated while scrolling or updated once after scrolling has completed.

UpdateMode(IPlatformElementConfiguration<iOS,Picker>)

Returns a value that tells whether elements in the picker are continuously updated while scrolling or updated once after scrolling has completed.

Applies to