DiagramLite Programmer's Guide
ShapeNode.Text Property
See Also
 





Gets or sets the text displayed inside the shape node. This is a dependency property.

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

 Syntax

C#  Copy Code

public string Text { get; set; }

Visual Basic  Copy Code

Public Property Text As String

 Property Value

A string containing the node's text.

 Remarks

This property specifies the text that is drawn inside the shape. The text appearance can be customized through the TextBrush and TextFormat properties.

 See Also

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