5 implementations of BorderColor
Microsoft.Maui.Controls (5)
Button\Button.cs (1)
150
public Color
BorderColor
CheckBox\CheckBox.cs (1)
64
Color IBorderElement.
BorderColor
=> Colors.Transparent;
Frame\Frame.cs (1)
44
public Color
BorderColor
ImageButton\ImageButton.cs (1)
69
public Color
BorderColor
RadioButton\RadioButton.cs (1)
194
public Color
BorderColor
2 references to BorderColor
Microsoft.Maui.Controls (2)
BorderElement.cs (2)
11
/// <summary>Bindable property for <see cref="IBorderElement.
BorderColor
"/>.</summary>
13
BindableProperty.Create(nameof(IBorderElement.
BorderColor
), typeof(Color), typeof(IBorderElement), null,