# `GSGuide.hasSlope`

*Instance Property*

Whether the angle is represented as a slope.

## Declaration

```swift
var hasSlope: Bool { get set }
```

```objc
@property (nonatomic) BOOL hasSlope;
```

```python
hasSlope() -> bool
setHasSlope_(hasSlope: bool)
```

## Discussion

This setting does not change the geometry of the guide.

## See Also

### Angle

- [`GSGuide.angle`](/Core/GlyphsCore/GSGuide/angle) — The rotation in degrees, with zero degrees along the positive x-axis.
- [`GSGuide.lockAngle`](/Core/GlyphsCore/GSGuide/lockAngle) — Whether changes to the angle are disabled.
- [`GSGuide.angleUI`](/Core/GlyphsCore/GSGuide/angleUI) — The UI representation of the angle as degrees or a slope.
- [`GSGuide beginPointForLayerWidth:`](/Core/GlyphsCore/GSGuide/beginPointForLayerWidth:) — The start point used to represent the line at the specified layer width.
- [`GSGuide endPointForLayerWidth:`](/Core/GlyphsCore/GSGuide/endPointForLayerWidth:) — The end point used to represent the line at the specified layer width.

