3 references to StrokeDashOffset
Microsoft.Maui.Controls (3)
Shapes\Shape.cs (3)
69 /// <summary>Bindable property for <see cref="StrokeDashOffset"/>.</summary> 71 BindableProperty.Create(nameof(StrokeDashOffset), typeof(double), typeof(Shape), 0.0); 189 float IStroke.StrokeDashOffset => (float)StrokeDashOffset;