[This is preliminary documentation and is subject to change.]

Gets the hyphenation cuts.

Namespace:  NHunspell
Assembly:  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 ();
}

Field Value

The hyphenation cuts.

See Also