DiagramLite Programmer's Guide
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.Silverlight

 Syntax

C#  Copy Code

public TextWrapping TextWrapping { get; set; }

Visual Basic  Copy Code

Public Property TextWrapping As TextWrapping

 Property Value

An instance of the System.Windows.TextWrapping enumeration. The default value is Wrap.

 See Also

ShapeNode Members
ShapeNode Class
MindFusion.Diagramming Namespace