C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / WordWrapMode Enumeration

WordWrapMode Enumeration
Specifies how to break words when lines of text wrap.
Syntax
'Declaration
 
Public Enum WordWrapMode 
   Inherits System.Enum
 
Members
MemberDescription
BreakWordA word can be split at any position if needed.
NormalDefault. A word is not split unless it is too long to fit within the boundaries of the container by itself.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.WordWrapMode

See Also