# `GSAnnotation.width`

*Instance Property*

## Declaration

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

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

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

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

