5 implementations of BorderColorDefaultValue
Microsoft.Maui.Controls (5)
Button\Button.cs (1)
414
Color IBorderElement.
BorderColorDefaultValue
=> (Color)BorderColorProperty.DefaultValue;
CheckBox\CheckBox.cs (1)
70
Color IBorderElement.
BorderColorDefaultValue
=> Colors.Transparent;
Frame\Frame.cs (1)
63
Color IBorderElement.
BorderColorDefaultValue
=> (Color)BorderColorProperty.DefaultValue;
ImageButton\ImageButton.cs (1)
165
Color IBorderElement.
BorderColorDefaultValue
=> (Color)BorderColorProperty.DefaultValue;
RadioButton\RadioButton.cs (1)
273
Color IBorderElement.
BorderColorDefaultValue
=> (Color)BorderElement.BorderColorProperty.DefaultValue;