Search
ShapeNode.TextWrapping Property
See Also
 






Gets or sets whether text wraps when it extends beyond the available width of the node. This is a dependency property.

Namespace: MindFusion.Diagramming
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.

 See Also