C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / Style Class / WordWrapMode Property

In This Topic
WordWrapMode Property
In This Topic
Gets or sets a value indicating how words can be split when text lines wrap.

This property is ignored if WordWrap is false.

The default value is WordWrapMode.Normal

Syntax
'Declaration
 
Public Property WordWrapMode As WordWrapMode
 
See Also