MindFusion.Wpf Pack Programmer's Guide
ItemLabel Class
Remarks See Also
 





The base class for node and link labels.

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

 Syntax

C#  Copy Code

public class ItemLabel : TextPresenter, InplaceEditable

Visual Basic  Copy Code

Public Class ItemLabel
    Inherits TextPresenter
    Implements InplaceEditable

 Remarks

This class represents supplementary labels displayed by an item, in addition to its main Text property. Call the AddLabel method to create a label, and customize it through various members of type-specific LinkLabel and NodeLabel classes.

 Inheritance Hierarchy

System.Object
    System.Windows.Threading.DispatcherObject
        System.Windows.DependencyObject
            System.Windows.Media.Visual
                System.Windows.UIElement
                    System.Windows.FrameworkElement
                        MindFusion.Diagramming.Wpf.TextPresenter
                            MindFusion.Diagramming.Wpf.ItemLabel
                                MindFusion.Diagramming.Wpf.LinkLabel
                                MindFusion.Diagramming.Wpf.NodeLabel

 See Also

ItemLabel Members
MindFusion.Diagramming.Wpf Namespace