Search
EditComponent.TextWrapping Property
See Also
 





Gets or sets the wrapping of the text in the edit component.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public TextWrapping TextWrapping { get; set; }

Visual Basic  Copy Code

Public Property TextWrapping As TextWrapping

 Property Value

A member of the TextWrapping enumeration. The default is Character.

 See Also