Back to Devexpress

WordWrap Enum

corelibraries-devexpress-dot-utils-53057f12.md

latest1.9 KB
Original Source

WordWrap Enum

Enumerates wrapping modes.

Namespace : DevExpress.Utils

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum WordWrap
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum WordWrap

Members

NameDescription
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.

|

The following properties accept/return WordWrap values:

LibraryRelated API Members
Cross-Platform Class LibraryPrintTextOptions.WordWrap
WinForms ControlsTextOptions.WordWrap
XAF: Cross-Platform .NET App UI & Web APIIModelLayoutElementWithCaptionOptions.CaptionWordWrap
IModelLayoutManagerOptions.CaptionWordWrap

Remarks

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

See Also

WordWrap

DevExpress.Utils Namespace