# `GSShape.nameUI`

*Instance Property*

An optional label for identifying the shape in user interfaces.

## Declaration

```swift
var nameUI: String? { get set }
```

```objc
@property (nonatomic, strong) NSString * nameUI;
```

```python
nameUI() -> str
setNameUI_(nameUI: str)
```

