DiagramLite Programmer's Guide
ShapeNode.TextFormat Property
See Also
 





Gets or sets the alignment of the text that is displayed inside shape nodes.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public StringFormat TextFormat { get; set; }

Visual Basic  Copy Code

Public Property TextFormat As StringFormat

 Property Value

An instance of the StringFormat class.

 Remarks

Use this property to specify the wrapping mode and alignment of the text that is contained in nodes.

 See Also

ShapeNode Members
ShapeNode Class
MindFusion.Diagramming Namespace
Text Property
TextBrush Property