# `GSGlyphEditView.scale`

*Instance Property*

The scale of the view.

## Declaration

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

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

```python
scale() -> float
setScale_(scale: float)
```

