Implemented interface member:
property
BorderWidth
Microsoft.Maui.Controls.IBorderElement.BorderWidth
2 references to BorderWidth
Microsoft.Maui.Controls (2)
Button\Button.cs (2)
82 /// The backing store for the <see cref="BorderWidth"/> bindable property. 84 public static readonly BindableProperty BorderWidthProperty = BindableProperty.Create(nameof(BorderWidth), typeof(double), typeof(Button), -1d);