MindFusion.Wpf Pack Programmer's Guide
DiagramItem.Text Property
See Also
 





Gets or sets the text displayed inside this item.

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

 Syntax

C#  Copy Code

public string Text { get; set; }

Visual Basic  Copy Code

Public Property Text As String

 Property Value

A string containing the item's label.

 Remarks

This property defines item's main text content. You can add more text labels by calling the AddLabel method, and customize their position and appearance via the various members of returned ItemLabel object.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming.Wpf Namespace
FontFamily Property
FontSize Property
TextBrush Property
TextAlignment Property
TextPadding Property
ShapeNode.TextLines Property