TextFormattingOptions.HyphenSymbol

TextFormattingOptions.HyphenSymbol property

Gets or sets hyphen symbol that is used in hyphenation process.

public string HyphenSymbol { get; set; }

Remarks

To eliminate hyphen drawing (with wrapping procedure still in place) please set empty string string.Empty for HyphenSymbol.

See Also