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