Keyoti RapidSpell WPF Sets whether to treat hyphenated (-) words as separate words, default is false.

Declaration Syntax
public bool SeparateHyphenWords { get; set; }Public Property SeparateHyphenWords As Boolean
public:
virtual property bool SeparateHyphenWords {
bool get () sealed;
void set (bool value) sealed;
}
Remarks
For eg. if this is true text like "cheap-deals" will be treated as two words "cheap" and "deals",
otherwise this will be treated as one word "cheap-deals".
Assembly:
Keyoti3.RapidSpell.WPF (Module: Keyoti3.RapidSpell.WPF) Version: 2.0.10.827