# `GSMetric.horizontal`

*Instance Property*

The horizontal.

## Declaration

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

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

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

```python
pyobjc_instanceMethods.horizontal() -> bool
pyobjc_instanceMethods.setHorizontal_(horizontal: bool)
```

