2 references to TextColorProperty
Microsoft.Maui.Controls (2)
RadioButton\RadioButton.cs (2)
143 get { return (Color)GetValue(TextColorProperty); } 144 set { SetValue(TextColorProperty, value); }