Enum TextEdit.LineWrappingMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum TextEdit.LineWrappingMode : long
Fields
Boundary = 1Line wrapping occurs at the control boundary, beyond what would normally be visible.
None = 0Line wrapping is disabled.