共用方式為


PasswordAttribute 類別

定義

[System.AttributeUsage(System.AttributeTargets.Property | System.AttributeTargets.Field, Inherited=false)]
public class PasswordAttribute : MonoTouch.Dialog.EntryAttribute
type PasswordAttribute = class
    inherit EntryAttribute
繼承
PasswordAttribute
屬性

建構函式

PasswordAttribute(String)

欄位

AutocapitalizationType

控制專案的自動capitalization 種類。

(繼承來源 EntryAttribute)
AutocorrectionType

控制專案的自動校正類型。

(繼承來源 EntryAttribute)
ClearButtonMode

控制標準清除按鈕小工具是否出現在專案上。

(繼承來源 EntryAttribute)
KeyboardType

指定要用於資料輸入的鍵盤類型類型

(繼承來源 EntryAttribute)
Placeholder

如果輸入字串是空的,要顯示的預留位置

(繼承來源 EntryAttribute)

適用於