# `GSAxis.hidden`

*Instance Property*

The hidden.

## Declaration

```swift
var isHidden: Bool { get set }
```

```objc
@property (nonatomic) BOOL hidden;
```

[See also `hidden` in the Python API](https://docu.glyphsapp.com/#GSAxis.hidden)

```python
pyobjc_instanceMethods.hidden() -> bool
pyobjc_instanceMethods.setHidden_(hidden: bool)
```

