---
title: renderGroupID
framework: pencilkit
role: symbol
role_heading: Instance Property
path: pencilkit/pkstroke-swift.struct/rendergroupid
---

# renderGroupID

Strokes with certain inks (such as marker) can composite to look as if they were drawn while the previous stroke with the same ink was still wet. This UUID may be set to a single value for a run of strokes which should be rendered together in this manner.

## Declaration

```swift
var renderGroupID: UUID? { get set }
```

## Mentioned in

Controlling stroke rendering for animation and editing

## See Also

### Configuring rendering

- [renderState](pencilkit/pkstroke-swift.struct/renderstate-swift.property.md)
- [PKStroke.RenderState](pencilkit/pkstroke-swift.struct/renderstate-swift.struct.md)
