---
title: isRulerVisible
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstext/isrulervisible
---

# isRulerVisible

A Boolean value that indicates whether the receiver’s enclosing scroll view shows its ruler.

## Declaration

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

## Discussion

Discussion true if the receiver’s enclosing scroll view shows its ruler, otherwise false.

## See Also

### Using the ruler

- [toggleRuler(_:)](appkit/nstext/toggleruler(_:).md)
