5 implementations of IsBorderColorSet
Microsoft.Maui.Controls (5)
Button\Button.cs (1)
447
bool IBorderElement.
IsBorderColorSet
() => IsSet(BorderColorProperty);
CheckBox\CheckBox.cs (1)
75
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)
284
bool IBorderElement.
IsBorderColorSet
() => IsSet(BorderElement.BorderColorProperty);