Contents

StrokeBorderShapeView

A shape provider that strokes the border of its shape.

Declaration

@frozen struct StrokeBorderShapeView<Content, Style, Background> where Content : InsettableShape, Style : ShapeStyle, Background : View

Overview

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

Topics

Creating a stroke border shape view

Getting shape view properties

See Also

Defining shape behavior