---
title: "tipImageStyle(_:_:_:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/view/tipimagestyle(_:_:_:)"
---

# tipImageStyle(_:_:_:)

Sets the style for a tip’s image.

## Declaration

```swift
nonisolated func tipImageStyle<S1, S2, S3>(_ primary: S1, _ secondary: S2, _ tertiary: S3) -> some View where S1 : ShapeStyle, S2 : ShapeStyle, S3 : ShapeStyle

```

## See Also

### Providing tips

- [popoverTip(_:arrowEdge:action:)](swiftui/view/popovertip(_:arrowedge:action:).md)
- [popoverTip(_:isPresented:attachmentAnchor:arrowEdge:action:)](swiftui/view/popovertip(_:ispresented:attachmentanchor:arrowedge:action:).md)
- [popoverTip(_:isPresented:attachmentAnchor:arrowEdges:action:)](swiftui/view/popovertip(_:ispresented:attachmentanchor:arrowedges:action:).md)
- [tipAnchor(_:)](swiftui/view/tipanchor(_:).md)
- [tipBackground(_:)](swiftui/view/tipbackground(_:).md)
- [tipBackgroundInteraction(_:)](swiftui/view/tipbackgroundinteraction(_:).md)
- [tipCornerRadius(_:antialiased:)](swiftui/view/tipcornerradius(_:antialiased:).md)
- [tipImageSize(_:)](swiftui/view/tipimagesize(_:).md)
- [tipViewStyle(_:)](swiftui/view/tipviewstyle(_:).md)
- [tipImageStyle(_:)](swiftui/view/tipimagestyle(_:).md)
- [tipImageStyle(_:_:)](swiftui/view/tipimagestyle(_:_:).md)
