Enum WordWrapMode

WordWrapMode enumeration

Defines word wrapping strategies

public enum WordWrapMode

Values

NameValueDescription
Default0Default algorithm (allows breaking words in the middle)
ByWords1Word wrapping only wraps complete words. If the complete word cannot be wrapped, attempts to wrap word in the middle

See Also