5 implementations of IsBackgroundColorSet
Microsoft.Maui.Controls (5)
Button\Button.cs (1)
444
bool IBorderElement.
IsBackgroundColorSet
() => IsSet(BackgroundColorProperty);
CheckBox\CheckBox.cs (1)
71
bool IBorderElement.
IsBackgroundColorSet
() => IsSet(BackgroundColorProperty);
Frame\Frame.cs (1)
79
bool IBorderElement.
IsBackgroundColorSet
() => IsSet(BackgroundColorProperty);
ImageButton\ImageButton.cs (1)
239
bool IBorderElement.
IsBackgroundColorSet
() => IsSet(BackgroundColorProperty);
RadioButton\RadioButton.cs (1)
280
bool IBorderElement.
IsBackgroundColorSet
() => IsSet(BackgroundColorProperty);