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