DiagramLite Programmer's Guide
ShapeNode.TextAlignment Property
See Also
 





Gets or sets how the text should be aligned in the ShapeNode's text box.

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

 Syntax

C#  Copy Code

public TextAlignment TextAlignment { get; set; }

Visual Basic  Copy Code

Public Property TextAlignment As TextAlignment

 Property Value

One of the System.Windows.TextAlignment enumeration values. The default is Center.

 See Also

ShapeNode Members
ShapeNode Class
MindFusion.Diagramming Namespace