MindFusion.Wpf Pack Programmer's Guide
Diagram.ShapeText Property
See Also
 





Gets or sets the default text of shape nodes.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public string ShapeText { get; set; }

Visual Basic  Copy Code

Public Property ShapeText As String

 Property Value

A string specifying the initial text of shape nodes. The default is an empty string.

 Remarks

The value of this property is assigned to the Text property of new nodes.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
TextBrush Property
TextFormat Property