3 references to BorderColorProperty
Microsoft.Maui.Controls (3)
RadioButton\RadioButton.cs (3)
198
get { return (Color)GetValue(
BorderColorProperty
); }
199
set { SetValue(
BorderColorProperty
, value); }
665
Color IButtonStroke.StrokeColor => (Color)GetValue(
BorderColorProperty
);