# `GlyphsPathPlugin.dragging`

*Instance Property*

Yes if in a dragging state

## Declaration

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

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

```python
dragging() -> bool
setDragging_(dragging: bool)
```

