TextSearchGetText Method

Gets the TextProperty of a control.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static string? GetText(
	Control control
)

Parameters

control  Control
The control

Return Value

String
The property value

See Also