Class TextWrapping
Specifies text wrapping to be used in a particular multiline paragraph.
Inheritance
System.Object
TextWrapping
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class TextWrapping : Enum
Fields
NoWrap
value__
Declaration
public int value__
Field Value
System.Int32
|
WrapChars
Wrap single characters that overflow.
Declaration
public const TextWrapping WrapChars
Field Value
TextWrapping
|
WrapWords
Wrap only whole words that overflow.
Declaration
public const TextWrapping WrapWords
Field Value
TextWrapping
|