2 references to TextProperty
Microsoft.Maui.Controls (2)
Cells\SwitchCell.cs (2)
40
get { return (string)GetValue(
TextProperty
); }
41
set { SetValue(
TextProperty
, value); }