The base class for node and link labels.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public class ItemLabel : TextPresenter, InplaceEditable |
Visual Basic Copy Code |
---|
Public Class ItemLabel |
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.
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
WpfDiagram Programmer's Guide | © 2024 MindFusion |