| File: Shape\Shape.Standard.cs | Web Access | 
| Project: src\src\Controls\src\Core\Controls.Core.csproj (Microsoft.Maui.Controls) | 
| #nullable disable using System; using System.Collections.Generic; using System.Text; using Microsoft.Maui.Controls; using Microsoft.Maui.Controls.Platform; using Microsoft.Maui.Handlers; namespace Microsoft.Maui.Controls.Shapes { public partial class Shape { public static void MapStrokeDashArray(IShapeViewHandler handler, IShapeView shapeView) { } } } |