共用方式為


SpellCheck.SpellingReform 屬性

定義

取得或設定拼字檢查程式所使用的拼字改革規則。

public:
 property System::Windows::Controls::SpellingReform SpellingReform { System::Windows::Controls::SpellingReform get(); void set(System::Windows::Controls::SpellingReform value); };
public System.Windows.Controls.SpellingReform SpellingReform { get; set; }
member this.SpellingReform : System.Windows.Controls.SpellingReform with get, set
Public Property SpellingReform As SpellingReform

屬性值

拼字檢查所使用的拼字改革規則。 法文的預設值為 PreAndPostreform,德文 Postreform

備註

此屬性決定的拼字改革規則是指法國和德國的拼字改革。 此屬性與任何其他語言搭配使用時沒有任何作用。

此相依性屬性也有特製化的僅限寫入附加屬性使用方式。 設定屬性的 XAML 語法是 <textBoxBaseClassSpellCheck.SpellingReform="enumValue" .../>,其中 textBoxBaseClass 是衍生自 TextBoxBase之類別的對象專案,而 enumValueSpellingReform 列舉值的字元串名稱。 若要在程式代碼中將 屬性設定為附加屬性,請參閱 SetSpellingReform 方法。 沒有相符 GetSpellingReform 存取子。 若要取得值,請從 TextBoxBase.SpellCheck 屬性取得目前 SpellCheck 對象,然後從該 SpellCheck取得 SpellingReform 屬性值。

相依性屬性資訊

標識元欄位 SpellingReformProperty
設定為 true 的元數據屬性 沒有

適用於