4 implementations of StrokeDashPattern
Microsoft.Maui.Controls (3)
Border\Border.cs (1)
237 public float[]? StrokeDashPattern
BoxView\BoxView.cs (1)
80 float[]? IStroke.StrokeDashPattern => null;
Shapes\Shape.cs (1)
186 public float[] StrokeDashPattern
Microsoft.Maui.Controls.Maps (1)
HandlerImpl\MapElement.Impl.cs (1)
17 float[] IStroke.StrokeDashPattern => throw new NotImplementedException();
6 references to StrokeDashPattern
Microsoft.Maui (4)
Graphics\ShapeDrawable.cs (1)
99 var strokeDashPattern = ShapeView.StrokeDashPattern;
Handlers\Border\BorderHandler.cs (2)
37 [nameof(IBorderView.StrokeDashPattern)] = MapStrokeDashPattern, 143 /// Maps the abstract <see cref="IStroke.StrokeDashPattern"/> property to the platform-specific implementations.
Handlers\ShapeView\ShapeViewHandler.cs (1)
26 [nameof(IShapeView.StrokeDashPattern)] = MapStrokeDashPattern,
Microsoft.Maui.Controls (2)
Border\Border.cs (2)
319 Handler?.UpdateValue(nameof(IBorderStroke.StrokeDashPattern)); 325 Handler?.UpdateValue(nameof(IBorderStroke.StrokeDashPattern));