<div class='sourceset sourceset-common'>Common</div>

```kotlin
enum class Type
```

Type of a given segment in a [Path](/jetpack-compose/androidx.compose.ui/ui-graphics/interfaces/Path), either a command ([Type.Move](/jetpack-compose/androidx.compose.ui/ui-test/functions/move), [Type.Close](/jetpack-compose/androidx.compose.ui/ui-graphics/classes/PathSegment.Type.Close),
[Type.Done](/jetpack-compose/androidx.compose.ui/ui-graphics/classes/PathSegment.Type.Done)) or a curve ([Type.Line](/jetpack-compose/androidx.compose.ui/ui-graphics/classes/PathSegment.Type.Line), [Type.Cubic](/jetpack-compose/androidx.compose.ui/ui-graphics/classes/PathSegment.Type.Cubic), [Type.Quadratic](/jetpack-compose/androidx.compose.ui/ui-graphics/classes/PathSegment.Type.Quadratic), [Type.Conic](/jetpack-compose/androidx.compose.ui/ui-graphics/classes/PathSegment.Type.Conic)).