# `GSAxis.defaultValue`

*Instance Property*

For variation axes, this is the default value.

## Declaration

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

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

```python
defaultValue() -> float
setDefaultValue_(defaultValue: float)
```

## Discussion

> **Note**
> Minimum and maximum values are not currently accessed, so there are no properties for them yet.

