5 implementations of IsBorderWidthSet
Microsoft.Maui.Controls (5)
Button\Button.cs (1)
449 bool IBorderElement.IsBorderWidthSet() => IsSet(BorderWidthProperty);
CheckBox\CheckBox.cs (1)
76 bool IBorderElement.IsBorderWidthSet() => false;
Frame\Frame.cs (1)
85 bool IBorderElement.IsBorderWidthSet() => false;
ImageButton\ImageButton.cs (1)
242 bool IBorderElement.IsBorderWidthSet() => IsSet(BorderWidthProperty);
RadioButton\RadioButton.cs (1)
286 bool IBorderElement.IsBorderWidthSet() => IsSet(BorderElement.BorderWidthProperty);