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