# `GSCollectionViewGroupController.nameTextLeadingConstraint`

*Instance Property*

## Declaration

```swift
@IBOutlet unowned(unsafe) var nameTextLeadingConstraint: NSLayoutConstraint { get set }
```

```objc
@property (unsafe_unretained) NSLayoutConstraint * nameTextLeadingConstraint;
```

```python
nameTextLeadingConstraint() -> NSLayoutConstraint
setNameTextLeadingConstraint_(nameTextLeadingConstraint: NSLayoutConstraint)
```

