Class TextWrap
Defines how to wrap the text when it exceeds the element bounds WrapWithOverflow - Wraps the text so that no word is broken Wrap - Wraps the text and breaks the word, if necessary NoWrap - Text will no be wrapped
Inheritance
System.Object
TextWrap
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class TextWrap : Enum
Fields
NoWrap
Declaration
public const TextWrap NoWrap
Field Value
Type |
---|
TextWrap |
Wrap
Declaration
public const TextWrap Wrap
Field Value
Type |
---|
TextWrap |
WrapWithOverflow
Declaration
public const TextWrap WrapWithOverflow
Field Value
Type |
---|
TextWrap |