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

属性值

SpellingReform

由拼写检查器使用的拼写修订规则。 默认值对于法语是 PreAndPostreform,对于德语是 Postreform

注解

此属性确定的拼写改革规则是指法国和德国的拼写改革。 当此属性与任何其他语言一起使用时,此属性不起作用。

此依赖属性还具有专用的仅写附加属性用法。 用于设置属性的 XAML 语法是 <textBoxBaseClass SpellCheck.SpellingReformenumValue="``" .../>,其中 textBoxBaseClass 是派生自TextBoxBase的类的对象元素,枚举值 是枚举值的SpellingReform字符串名称。 若要在代码中将属性设置为附加属性,请参阅 SetSpellingReform 该方法。 没有匹配 GetSpellingReform 的访问器。 若要获取该值,请从该属性获取当前SpellCheck对象,然后从该SpellCheck属性获取该属性的值SpellingReformTextBoxBase.SpellCheck

依赖项属性信息

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

适用于