MindFusion.Wpf Pack Programmer's Guide
EditLinkTextEventArgs.Label Property
See Also
 





Gets or sets a LinkLabel related to this event.

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

 Syntax

C#  Copy Code

public LinkLabel Label { get; set; }

Visual Basic  Copy Code

Public Property Label As LinkLabel

 Property Value

A LinkLabel instance is the user has edited a label, or null if they edited link's Text value.

 See Also

EditLinkTextEventArgs Members
EditLinkTextEventArgs Class
MindFusion.Diagramming.Wpf Namespace