共用方式為


Entry.IsPassword 屬性

定義

取得或設定值,指出項目是否應該以視覺化方式遮住輸入的文字。 true如果項目是密碼方塊,則值為 ,false否則為 。 預設值為 false。 這是可繫結屬性。

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

屬性值

備註

切換此值並不會重設項目的內容,因此建議您小心將 設定 IsPassword 為 false,因為它可能包含敏感性資訊。

適用於