# `GSGuide.angleUI`

*Instance Property*

The UI representation of the angle as degrees or a slope.

## Declaration

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

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

```python
angleUI() -> str
setAngleUI_(angleUI: str)
```

## 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.hasSlope`](/Core/GlyphsCore/GSGuide/hasSlope) — Whether the angle is represented as 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.

