DiagramLite Programmer's Guide
LinkLabel Class
See Also
 





Represents a label displayed by a DiagramLink. New labels can be added to a link by calling the DiagramLink.AddLabel method.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public class LinkLabel : Control, InplaceEditable

Visual Basic  Copy Code

Public Class LinkLabel
    Inherits Control
    Implements InplaceEditable

 Inheritance Hierarchy

System.Object
    System.Windows.DependencyObject
        System.Windows.UIElement
            System.Windows.FrameworkElement
                System.Windows.Controls.Control
                    MindFusion.Diagramming.LinkLabel

 See Also

LinkLabel Members
MindFusion.Diagramming Namespace