<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@jsamr/react-native-li](./react-native-li.md) &gt; [MarkedListProps](./react-native-li.markedlistprops.md) &gt; [markerBoxStyle](./react-native-li.markedlistprops.markerboxstyle.md)

## MarkedListProps.markerBoxStyle property

Style for the marker box container.

<b>Signature:</b>

```typescript
markerBoxStyle?: StyleProp<ViewStyle>;
```

## Remarks

It is discouraged to set `(min,max)width` when [MarkedListProps.dynamicMarkerBoxWidth](./react-native-li.markedlistprops.dynamicmarkerboxwidth.md) is set to `true`<!-- -->. In that case, use [MarkedListProps.computeMarkerBoxWidth](./react-native-li.markedlistprops.computemarkerboxwidth.md) instead.

