4 references to BorderColorProperty
Microsoft.Maui.Controls (4)
Button\Button.cs (4)
415
Color IBorderElement.BorderColorDefaultValue => (Color)
BorderColorProperty
.DefaultValue;
448
bool IBorderElement.IsBorderColorSet() => IsSet(
BorderColorProperty
);
476
if (propertyName ==
BorderColorProperty
.PropertyName)
519
Color IButtonStroke.StrokeColor => (Color)GetValue(
BorderColorProperty
);