Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

OpenOfficeHyphenationDictionary.RightHyphenMin Property

Specifies the minimum number of characters that must appear after the last hyphen.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public int RightHyphenMin { get; set; }

Property Value

Type Description
Int32

An integer specifying the minimal hyphenation distance.

Remarks

Use the RightHyphenMin property to specify the number of characters at the end of a word that should not be divided. The property’s default value is 2.

See Also