1 write to StrokeShape
Microsoft.Maui.Controls (1)
IndicatorView\IndicatorStackLayout.cs (1)
144 StrokeShape = new RoundRectangle()
7 references to StrokeShape
Microsoft.Maui.Controls (7)
Border\Border.cs (7)
47 /// <summary>Bindable property for <see cref="StrokeShape"/>.</summary> 49 BindableProperty.Create(nameof(StrokeShape), typeof(IShape), typeof(Border), new Rectangle(), 63 var strokeShape = StrokeShape; 73 OnPropertyChanged(nameof(StrokeShape)); 83 var strokeShape = StrokeShape; 215 IShape? IBorderStroke.Shape => StrokeShape; 330 if (StrokeShape is Shape strokeShape && StrokeThickness == 0)