9 references to StrokeProperty
Microsoft.Maui.Controls (9)
RadioButton\RadioButton.cs (7)
518 Ellipse.StrokeProperty, 524 Ellipse.StrokeProperty, 533 Ellipse.StrokeProperty, 539 Ellipse.StrokeProperty, 592 Property = Shape.StrokeProperty, 599 Property = Shape.StrokeProperty, 618 Property = Shape.StrokeProperty,
Shapes\Shape.cs (2)
99 set { SetValue(StrokeProperty, value); } 100 get { return (Brush)GetValue(StrokeProperty); }