# `GSInstance.linkStyle`

*Instance Property*

The style to use as the regular for this style. If styleName is `Medium`, you could link to `Light`. So this instance becomes the Bold style for the Light.

## Declaration

```swift
var linkStyle: String { get set }
```

```objc
@property (nonatomic, copy) NSString * linkStyle;
```

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

```python
pyobjc_instanceMethods.linkStyle() -> str
pyobjc_instanceMethods.setLinkStyle_(linkStyle: str)
```

