Search
TextWrapping Enumeration
See Also
 





Specifies the type of text wrapping.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public enum TextWrapping

Visual Basic  Copy Code

Public Enum TextWrapping

 Members

  Member name Description

Character

Indicates wrapping at the nearest character.

None

Indicates that text wrapping is disabled.

Word

Indicates wrapping at the nearest word.

 See Also