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