TextSearchSetText Method

Sets the TextProperty for a control.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void SetText(
	Control control,
	string? text
)

Parameters

control  Control
The control
text  String
The search text to set

See Also