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