5 implementations of BorderColorDefaultValue
Microsoft.Maui.Controls (5)
Button\Button.cs (1)
413
Color IBorderElement.
BorderColorDefaultValue
=> (Color)BorderColorProperty.DefaultValue;
CheckBox\CheckBox.cs (1)
68
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)
271
Color IBorderElement.
BorderColorDefaultValue
=> (Color)BorderElement.BorderColorProperty.DefaultValue;