1 implementation of Shape
Microsoft.Maui.Controls (1)
Border\Border.cs (1)
215 IShape? IBorderStroke.Shape => StrokeShape;
4 references to Shape
Microsoft.Maui (3)
Handlers\Border\BorderHandler.cs (3)
32 [nameof(IBorderView.Shape)] = MapStrokeShape, 75 UpdateValue(nameof(IBorderStroke.Shape)); 90 /// Maps the abstract <see cref="IBorderStroke.Shape"/> property to the platform-specific implementations.
Microsoft.Maui.Controls (1)
Border\Border.cs (1)
315 Handler?.UpdateValue(nameof(IBorderStroke.Shape));