---
title: isVertical
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsstatusbar/isvertical
---

# isVertical

A Boolean value indicating whether the status bar has a vertical orientation.

## Declaration

```swift
var isVertical: Bool { get }
```

## Discussion

Discussion When the value of this property is true, the status bar has a vertical orientation. The status bar returned by the system method is horizontal and has the value false for this property.

## See Also

### Getting Status-Bar Attributes

- [thickness](appkit/nsstatusbar/thickness.md)
