Contents

StrokeShapeView

A shape provider that strokes its shape.

Declaration

@frozen struct StrokeShapeView<Content, Style, Background> where Content : Shape, Style : ShapeStyle, Background : View

Overview

You don’t create this type directly; it’s the return type of Shape.stroke.

Topics

Creating a stroke shape view

Getting shape view properties

See Also

Defining shape behavior