Skip to main content
A newer version of this page is available. .

WordWrap Enum

Enumerates wrapping modes.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v18.1.dll

Declaration

[ResourceFinder(typeof(ResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
public enum WordWrap

Members

Name Description
Default

Default wrapping mode. The actual wrapping mode is determined by a control.

NoWrap

The word wrapping feature is disabled.

Wrap

The word wrapping feature is enabled.

Related API Members

The following properties accept/return WordWrap values:

Library Related API Members
Cross-Platform Class Library PrintTextOptions.WordWrap
WinForms Controls TextOptions.WordWrap
eXpressApp Framework IModelLayoutElementWithCaptionOptions.CaptionWordWrap
IModelLayoutManagerOptions.CaptionWordWrap

Remarks

This type enumerates text wrapping modes. To access text wrapping settings use the TextOptions.WordWrap property of an AppearanceObject object.

The following code snippets (auto-collected from DevExpress Examples) contain references to the WordWrap enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also