5 implementations of IsBorderWidthSet
Microsoft.Maui.Controls (5)
Button\Button.cs (1)
447
bool IBorderElement.
IsBorderWidthSet
() => IsSet(BorderWidthProperty);
CheckBox\CheckBox.cs (1)
74
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)
283
bool IBorderElement.
IsBorderWidthSet
() => IsSet(BorderElement.BorderWidthProperty);
1 reference to IsBorderWidthSet
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ButtonLayoutManager.cs (1)
335
if (_borderAdjustsPadding && _element is IBorderElement borderElement && borderElement.
IsBorderWidthSet
() && borderElement.BorderWidth != borderElement.BorderWidthDefaultValue)