AutomationPropertiesSetLabeledBy Method

Helper for setting the value of the LabeledByProperty on a StyledElement.

Definition

Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void SetLabeledBy(
	StyledElement element,
	Control value
)

Parameters

element  StyledElement
 
value  Control
 

See Also