SpellCheck.SpellingReform 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定拼字檢查程式所使用的拼字改革規則。
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之類別的對象專案,而 enumValue 是 SpellingReform 列舉值的字元串名稱。 若要在程式代碼中將 屬性設定為附加屬性,請參閱 SetSpellingReform 方法。 沒有相符 GetSpellingReform
存取子。 若要取得值,請從 TextBoxBase.SpellCheck 屬性取得目前 SpellCheck 對象,然後從該 SpellCheck取得 SpellingReform 屬性值。
相依性屬性資訊
標識元欄位 | SpellingReformProperty |
設定為 true 的元數據屬性 |
沒有 |