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 属性的值。

Dependency 属性信息

标识符字段 SpellingReformProperty
设置为 true 的元数据属性 没有

适用于