4 implementations of StrokeDashOffset
Microsoft.Maui.Controls (3)
Border\Border.cs (1)
253 float IStroke.StrokeDashOffset => (float)StrokeDashOffset;
BoxView\BoxView.cs (1)
82 float IStroke.StrokeDashOffset => 0f;
Shapes\Shape.cs (1)
189 float IStroke.StrokeDashOffset => (float)StrokeDashOffset;
Microsoft.Maui.Controls.Maps (1)
HandlerImpl\MapElement.Impl.cs (1)
19 float IStroke.StrokeDashOffset => throw new NotImplementedException();
4 references to StrokeDashOffset
Microsoft.Maui (4)
Graphics\ShapeDrawable.cs (1)
103 var strokeDashOffset = ShapeView.StrokeDashOffset;
Handlers\Border\BorderHandler.cs (2)
38 [nameof(IBorderView.StrokeDashOffset)] = MapStrokeDashOffset, 153 /// Maps the abstract <see cref="IStroke.StrokeDashOffset"/> property to the platform-specific implementations.
Handlers\ShapeView\ShapeViewHandler.cs (1)
27 [nameof(IShapeView.StrokeDashOffset)] = MapStrokeDashOffset,