---
title: borderType
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsscrollview/bordertype
---

# borderType

A value that specifies the appearance of the scroll view’s border.

## Declaration

```swift
var borderType: NSBorderType { get set }
```

## Discussion

Discussion See NSBorderType for a list of possible values.

## See Also

### Managing Graphics Attributes

- [backgroundColor](appkit/nsscrollview/backgroundcolor.md)
- [drawsBackground](appkit/nsscrollview/drawsbackground.md)
- [documentCursor](appkit/nsscrollview/documentcursor.md)
