# `GSHint.stem`

*Instance Property*

## Declaration

```swift
var stem: Int { get set }
```

```objc
@property (nonatomic) NSInteger stem;
```

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

```python
pyobjc_instanceMethods.stem() -> int
pyobjc_instanceMethods.setStem_(stem: int)
```

