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