ASP.NET Pack Programmer's Guide
TreeViewItem.Label Property
See Also
 





Gets or sets the label of this item.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string Label { get; set; }

Visual Basic  Copy Code

Public Property Label As String

 Property Value

A string specifying the item's label.

 See Also

TreeViewItem Members
TreeViewItem Class
MindFusion.Diagramming Namespace
LabelBrush Property
LabelFont Property
TreeViewNode.ResizeToFitText Method