2 references to TextProperty
Microsoft.Maui.Controls (2)
Button\Button.cs (2)
224
get { return (string)GetValue(
TextProperty
); }
225
set { SetValue(
TextProperty
, value); }