[This is preliminary documentation and is subject to change.]
Gets the hyphenation points.
Namespace:
NHunspellAssembly: NHunspell (in NHunspell.dll) Version: 0.9.2.0 (0.9.2.0)
Syntax
| C# |
|---|
public byte[] HyphenationPoints { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property HyphenationPoints As Byte() |
| Visual C++ |
|---|
public: property array<unsigned char>^ HyphenationPoints { array<unsigned char>^ get (); } |