<div class='type'>Function</div>


<a id='references'></a>


<h2 id="semantics-properties">semantics</h2>

<div class='sourceset sourceset-android'>Android</div>


```kotlin
public fun CurvedModifier.semantics(properties: CurvedSemanticsScope.() -> Unit): CurvedModifier
```


Allow specifying semantic properties on a curved component. Note that currently only
`CurvedSemanticsScope.contentDescription` and `CurvedSemanticsScope.traversalIndex` are
supported, and they can be applied to curved text and curvedComposable

Sample for setting content description and traversal order:

#### Parameters

| | |
| --- | --- |
| properties | The properties to apply, `SemanticsPropertyReceiver` will be provided in the scope to allow access for common properties and its values. |