A newer version of this page is available.
Switch to the current version.
WordWrap Enum
Enumerates wrapping modes.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v19.2.dll
Declaration
[ResourceFinder(typeof(ResFinder))]
public enum WordWrap
<ResourceFinder(GetType(ResFinder))>
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. |
Remarks
This type enumerates text wrapping modes. To access text wrapping settings use the TextOptions.WordWrap property of an AppearanceObject object.
See Also
Feedback