Returns the item label located at specified position.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public ItemLabel HitTestLabels ( |
Visual Basic
Copy Code
|
|---|
Public Function HitTestLabels( _ |
A Point specifying where to look for labels.
An ItemLabel instance, or null if there was no label found.
See Also