3 implementations of StrokeThickness
Microsoft.Maui.Controls (3)
Button\Button.cs (1)
515 double IButtonStroke.StrokeThickness => (double)GetValue(BorderWidthProperty);
ImageButton\ImageButton.cs (1)
286 double IButtonStroke.StrokeThickness => (double)GetValue(BorderWidthProperty);
RadioButton\RadioButton.cs (1)
661 double IButtonStroke.StrokeThickness => (double)GetValue(BorderWidthProperty);
5 references to StrokeThickness
Microsoft.Maui (3)
Handlers\Button\ButtonHandler.cs (1)
40 [nameof(IButtonStroke.StrokeThickness)] = MapStrokeThickness,
Handlers\ImageButton\ImageButtonHandler.cs (1)
32 [nameof(IButtonStroke.StrokeThickness)] = MapStrokeThickness,
Handlers\RadioButton\RadioButtonHandler.cs (1)
28 [nameof(IRadioButton.StrokeThickness)] = MapStrokeThickness,
Microsoft.Maui.Controls (2)
Button\Button.cs (1)
477 Handler?.UpdateValue(nameof(IButtonStroke.StrokeThickness));
ImageButton\ImageButton.cs (1)
257 Handler?.UpdateValue(nameof(IImageButton.StrokeThickness));