WordWrap Enum
In This Article
Enumerates wrapping modes.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
#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. |
No
|
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 | Print |
Win |
Text |
XAF: Cross-Platform .NET App UI & Web API | IModel |
IModel |
#Remarks
This type enumerates text wrapping modes. To access text wrapping settings use the TextOptions.WordWrap property of an AppearanceObject object.
See Also