---
title: NSImageView.FrameStyle
framework: appkit
role: symbol
role_heading: Enumeration
path: appkit/nsimageview/framestyle
---

# NSImageView.FrameStyle

Constants that allow you to specify the kind of frame bordering the image.

## Declaration

```swift
enum FrameStyle
```

## Overview

Overview These constants are used by imageFrameStyle. Note that some of these constants are stylistically obsolete and should be considered deprecated.

## Topics

### Constants

- [NSImageView.FrameStyle.none](appkit/nsimageview/framestyle/none.md)
- [NSImageView.FrameStyle.photo](appkit/nsimageview/framestyle/photo.md)
- [NSImageView.FrameStyle.grayBezel](appkit/nsimageview/framestyle/graybezel.md)
- [NSImageView.FrameStyle.groove](appkit/nsimageview/framestyle/groove.md)
- [NSImageView.FrameStyle.button](appkit/nsimageview/framestyle/button.md)

### Initializers

- [init(rawValue:)](appkit/nsimageview/framestyle/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Constants

- [NSImageAlignment](appkit/nsimagealignment.md)
