---
title: FloatingPointFormatStyle.Percent.Configuration
framework: foundation
role: symbol
role_heading: Type Alias
path: foundation/floatingpointformatstyle/percent/configuration
---

# FloatingPointFormatStyle.Percent.Configuration

The type the format style uses for configuration settings.

## Declaration

```swift
typealias Configuration = NumberFormatStyleConfiguration
```

## Discussion

Discussion FloatingPointFormatStyle.Percent uses NumberFormatStyleConfiguration for its configuration type.

## See Also

### Customizing style behavior

- [decimalSeparator(strategy:)](foundation/floatingpointformatstyle/percent/decimalseparator(strategy:).md)
- [grouping(_:)](foundation/floatingpointformatstyle/percent/grouping(_:).md)
- [locale(_:)](foundation/floatingpointformatstyle/percent/locale(_:).md)
- [notation(_:)](foundation/floatingpointformatstyle/percent/notation(_:).md)
- [precision(_:)](foundation/floatingpointformatstyle/percent/precision(_:).md)
- [rounded(rule:increment:)](foundation/floatingpointformatstyle/percent/rounded(rule:increment:).md)
- [scale(_:)](foundation/floatingpointformatstyle/percent/scale(_:).md)
- [sign(strategy:)](foundation/floatingpointformatstyle/percent/sign(strategy:).md)
- [NumberFormatStyleConfiguration](foundation/numberformatstyleconfiguration.md)
