<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSImageView/FrameStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSImageFrameStyle"
  },
  "title" : "NSImageView.FrameStyle"
}
-->

# NSImageView.FrameStyle

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

```
enum FrameStyle
```

## Overview

These constants are used by [`imageFrameStyle`](/documentation/AppKit/NSImageCell/imageFrameStyle). Note that some of these constants are stylistically obsolete and should be considered deprecated.

## Topics

### Constants

[`NSImageFrameNone`](/documentation/AppKit/NSImageView/FrameStyle/none)

An invisible frame

[`NSImageFramePhoto`](/documentation/AppKit/NSImageView/FrameStyle/photo)

A thin black outline and a dropped shadow.

[`NSImageFrameGrayBezel`](/documentation/AppKit/NSImageView/FrameStyle/grayBezel)

A gray, concave bezel that makes the image look sunken.

[`NSImageFrameGroove`](/documentation/AppKit/NSImageView/FrameStyle/groove)

A thin groove that looks etched around the image.

[`NSImageFrameButton`](/documentation/AppKit/NSImageView/FrameStyle/button)

A convex bezel that makes the image stand out in relief, like a button.

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)