Specifies the type of text wrapping.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public enum TextWrapping |
Visual Basic Copy Code |
---|
Public Enum TextWrapping |
Member name | Description | |
---|---|---|
Character |
Indicates wrapping at the nearest character. |
|
None |
Indicates that text wrapping is disabled. |
|
Word |
Indicates wrapping at the nearest word. |