Implemented interface member:
property
BorderWidth
Microsoft.Maui.Controls.IBorderElement.BorderWidth
3 references to BorderWidth
Microsoft.Maui.Controls (2)
Button\Button.cs (2)
80 /// The backing store for the <see cref="BorderWidth"/> bindable property. 82 public static readonly BindableProperty BorderWidthProperty = BindableProperty.Create(nameof(BorderWidth), typeof(double), typeof(Button), -1d);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ButtonLayoutManager.cs (1)
337 var width = (nfloat)_element.BorderWidth;