---
title: NSPathControl.Style
framework: appkit
role: symbol
role_heading: Enumeration
path: appkit/nspathcontrol/style
---

# NSPathControl.Style

NSPathStyle constants represent the different visual and behavioral styles an NSPathControl or NSPathCell object can have.

## Declaration

```swift
enum Style
```

## Topics

### Constants

- [NSPathControl.Style.standard](appkit/nspathcontrol/style/standard.md)
- [NSPathControl.Style.popUp](appkit/nspathcontrol/style/popup.md)

### Initializers

- [init(rawValue:)](appkit/nspathcontrol/style/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)
