4 references to BorderColorProperty
Microsoft.Maui.Controls (4)
ImageButton\ImageButton.cs (4)
165
Color IBorderElement.BorderColorDefaultValue => (Color)
BorderColorProperty
.DefaultValue;
241
bool IBorderElement.IsBorderColorSet() => IsSet(
BorderColorProperty
);
258
else if (propertyName ==
BorderColorProperty
.PropertyName)
288
Color IButtonStroke.StrokeColor => (Color)GetValue(
BorderColorProperty
);