4 references to StrokeDashArray
Microsoft.Maui.Controls (4)
Shape\Shape.Mapper.cs (1)
16
ShapeViewHandler.Mapper.ReplaceMapping<IShapeView, IShapeViewHandler>(nameof(
StrokeDashArray
), MapStrokeDashArray);
Shapes\Shape.cs (3)
64
/// <summary>Bindable property for <see cref="
StrokeDashArray
"/>.</summary>
66
BindableProperty.Create(nameof(
StrokeDashArray
), typeof(DoubleCollection), typeof(Shape), null,
187
=>
StrokeDashArray
.Select(a => (float)a).ToArray();