2 references to TextProperty
Microsoft.Maui.Controls (2)
Span.cs (2)
86
get { return (string)GetValue(
TextProperty
); }
87
set { SetValue(
TextProperty
, value); }