3 references to BorderWidthProperty
Microsoft.Maui.Controls (3)
RadioButton\RadioButton.cs (3)
192 get { return (double)GetValue(BorderWidthProperty); } 193 set { SetValue(BorderWidthProperty, value); } 655 double IButtonStroke.StrokeThickness => (double)GetValue(BorderWidthProperty);