3 implementations of StrokeColor
Microsoft.Maui.Controls (3)
Button\Button.cs (1)
517
Color IButtonStroke.
StrokeColor
=> (Color)GetValue(BorderColorProperty);
ImageButton\ImageButton.cs (1)
288
Color IButtonStroke.
StrokeColor
=> (Color)GetValue(BorderColorProperty);
RadioButton\RadioButton.cs (1)
663
Color IButtonStroke.
StrokeColor
=> (Color)GetValue(BorderColorProperty);
5 references to StrokeColor
Microsoft.Maui (3)
Handlers\Button\ButtonHandler.cs (1)
41
[nameof(IButtonStroke.
StrokeColor
)] = MapStrokeColor,
Handlers\ImageButton\ImageButtonHandler.cs (1)
33
[nameof(IButtonStroke.
StrokeColor
)] = MapStrokeColor,
Handlers\RadioButton\RadioButtonHandler.cs (1)
27
[nameof(IRadioButton.
StrokeColor
)] = MapStrokeColor,
Microsoft.Maui.Controls (2)
Button\Button.cs (1)
475
Handler?.UpdateValue(nameof(IButtonStroke.
StrokeColor
));
ImageButton\ImageButton.cs (1)
259
Handler?.UpdateValue(nameof(IImageButton.
StrokeColor
));