GetLabeledBy Method
Gets the automation peer for the label that is targeted to the element.
Definition
Namespace: Avalonia.Automation.Peers
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public AutomationPeer? GetLabeledBy()
Public Function GetLabeledBy As AutomationPeer
member GetLabeledBy : unit -> AutomationPeer
Return Value
AutomationPeerRemarks
Identifies an automation peer representing an element which that contains the text label for this element.
Windows | UIA_LabeledByPropertyId (not yet implemented) |
macOS | NSAccessibilityProtocol.accessibilityLabelUIElements (not yet implemented) |