4 references to BorderColorProperty
Microsoft.Maui.Controls (4)
Button\Button.cs (4)
413
Color IBorderElement.BorderColorDefaultValue => (Color)
BorderColorProperty
.DefaultValue;
446
bool IBorderElement.IsBorderColorSet() => IsSet(
BorderColorProperty
);
474
if (propertyName ==
BorderColorProperty
.PropertyName)
517
Color IButtonStroke.StrokeColor => (Color)GetValue(
BorderColorProperty
);