Enum TextWrappingType
Specify text wrapping type for textbox.
Namespace: Syncfusion.DLS
Assembly: Syncfusion.DLS.Base.dll
Syntax
public enum TextWrappingType
Fields
| Name | Description |
|---|---|
| Both | Wrap text both sides |
| Largest | Wrap text largest |
| Left | Wrap text left side |
| Right | Wrap text right side |