Get or set the character to insert on the breaking position.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public char HyphenChar { get; set; }
Visual Basic
Public Property HyphenChar As Char
	Get
	Set

Remarks

The hyphen will only be inserted if has been set to true.

See Also