# `GSTTStem.width`

*Instance Property*

The width.

## Declaration

```swift
var width: CGFloat { get set }
```

```objc
@property (nonatomic) CGFloat width;
```

```python
width() -> float
setWidth_(width: float)
```

