英語で読む

次の方法で共有


PasswordBox.PasswordChar プロパティ

定義

PasswordBox のマスク文字を取得または設定します。

public string PasswordChar { get; set; }
<PasswordBox PasswordChar="char"/>

プロパティ値

String

ユーザーが PasswordBox にテキストを入力したときにエコーするマスク文字。 既定値は行頭文字 (●) です。

適用対象