'Declaration Public Property SoftHyphenReplacementCharCode As System.Integer
public System.int SoftHyphenReplacementCharCode {get; set;}
The default is 0x002D (the Unicode hyphen-minus character).
Setting this to 0 breaks words without showing any visible hyphen character.
Setting this to -1 prevents breaking words at soft hyphens.
Note that if this property is changed, either RecalculateGlyphs or PerformLayout with true as the parameter must be called for the changes to be processed correctly.'Declaration Public Property SoftHyphenReplacementCharCode As System.Integer
public System.int SoftHyphenReplacementCharCode {get; set;}