5 implementations of IsBorderColorSet
Microsoft.Maui.Controls (5)
Button\Button.cs (1)
446
bool IBorderElement.
IsBorderColorSet
() => IsSet(BorderColorProperty);
CheckBox\CheckBox.cs (1)
73
bool IBorderElement.
IsBorderColorSet
() => false;
Frame\Frame.cs (1)
83
bool IBorderElement.
IsBorderColorSet
() => IsSet(BorderColorProperty);
ImageButton\ImageButton.cs (1)
241
bool IBorderElement.
IsBorderColorSet
() => IsSet(BorderColorProperty);
RadioButton\RadioButton.cs (1)
282
bool IBorderElement.
IsBorderColorSet
() => IsSet(BorderElement.BorderColorProperty);