# `GSAlignmentZone elementString`

*Instance Method*

Returns the element string representation of the alignment zone.

## Declaration

```swift
func elementString() -> String
```

```objc
- (NSString *) elementString;
```

```python
elementString() -> str
```

## Return Value

The element string representation of the alignment zone.

