Search
ItemListView.GetLabel Method
See Also
 





Gets the value of the Label attached property.

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

 Syntax

C#  Copy Code

public static string GetLabel (
    UIElement diagramItem
)

Visual Basic  Copy Code

Public Shared Function GetLabel( _
    diagramItem As UIElement _
) As String

 Parameters

diagramItem

A DiagramItem or UIElement that will be wrapped by ControlNode.

 Return Value

 See Also