Sets the value of the Label attached property.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public static void SetLabel ( |
Visual Basic
Copy Code
|
|---|
Public Shared Sub SetLabel( _ |
A DiagramItem or UIElement that will be wrapped by ControlNode.
A string containing the label to display for item's icon in the list view.
See Also