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