5 implementations of BorderColor
Microsoft.Maui.Controls (5)
Button\Button.cs (1)
151 public Color BorderColor
CheckBox\CheckBox.cs (1)
66 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)
196 public Color BorderColor
4 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,
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\BorderElementManager.cs (2)
55 if (ImageButton.BorderColor != null) 56 control.Layer.BorderColor = ImageButton.BorderColor.ToCGColor();