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

Gets the hyphenation positions.

Namespace:  NHunspell
Assembly:  NHunspell (in NHunspell.dll) Version: 0.9.2.0 (0.9.2.0)

Syntax

C#
public int[] HyphenationPositions { get; }
Visual Basic (Declaration)
Public ReadOnly Property HyphenationPositions As Integer()
Visual C++
public:
property array<int>^ HyphenationPositions {
	array<int>^ get ();
}

Field Value

The hyphenation positions.

See Also