Implemented interface member:
property
BorderWidth
Microsoft.Maui.Controls.IBorderElement.BorderWidth
2 references to BorderWidth
Microsoft.Maui.Controls (2)
RadioButton\RadioButton.cs (2)
99 /// <summary>Bindable property for <see cref="BorderWidth"/>.</summary> 462 border.SetBinding(Border.StrokeThicknessProperty, static (RadioButton rb) => rb.BorderWidth, source: RelativeBindingSource.TemplatedParent);