# `GSFrameView.scale`

*Instance Property*

The zoom scale of the view (1.0 = 100%)

## Declaration

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

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

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

