共用方式為


Picker 類別

定義

Microsoft.Maui.Controls 在 iOS 平臺上建立的選擇器實例。

public ref class Picker abstract sealed
public static class Picker
type Picker = class
Public Module Picker
繼承
Picker

欄位

UpdateModeProperty

UpdateMode(IPlatformElementConfiguration<iOS,Picker>)Bindable 屬性。

方法

GetUpdateMode(BindableObject)

傳回值,指出選擇器內的項目是否會在捲動時持續更新,或是在捲動完成之後進行一次更新。

SetUpdateMode(BindableObject, UpdateMode)

設定值,控制選擇器內的項目是否會在捲動時持續更新,或是在捲動完成之後進行一次更新。

SetUpdateMode(IPlatformElementConfiguration<iOS,Picker>, UpdateMode)

設定值,控制選擇器內的項目是否會在捲動時持續更新,或是在捲動完成之後進行一次更新。

UpdateMode(IPlatformElementConfiguration<iOS,Picker>)

傳回值,指出選擇器內的項目是否會在捲動時持續更新,或是在捲動完成之後進行一次更新。

適用於