Search
ItemListView.SetLabel Method
See Also
 





Sets the value of the Label attached property.

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

 Syntax

C#  Copy Code

public static void SetLabel (
    UIElement diagramItem,
    string value
)

Visual Basic  Copy Code

Public Shared Sub SetLabel( _
    diagramItem As UIElement, _
    value As String _
)

 Parameters

diagramItem

A DiagramItem or UIElement that will be wrapped by ControlNode.

value

A string containing the label to display for item's icon in the list view.

 See Also