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