Share via


ContentPage.HideSoftInputOnTapped 属性

定义

获取或设置一个值,该值指示点击页面上的任意位置是否会导致软输入隐藏。

public:
 property bool HideSoftInputOnTapped { bool get(); void set(bool value); };
public bool HideSoftInputOnTapped { get; set; }
member this.HideSoftInputOnTapped : bool with get, set
Public Property HideSoftInputOnTapped As Boolean

属性值

适用于