> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Throttle axis styling component

> Throttle axis styling component

# Throttle axis styling component

The styling attributes for an axes of a throttle control.

## Properties

`opacity` - *number*, *optional*. The opacity to be applied to the component.

[`stroke`](/reference/system/touchadaptationkit/types/game-streaming-touch-stroke) - *object*, *optional*. Styling instructions for [stroke](/reference/system/touchadaptationkit/types/game-streaming-touch-stroke) to be used on the outline of the [joystick's](/reference/system/touchadaptationkit/controls/game-streaming-touch-joystick) interactable area.

[`cap`](/reference/system/touchadaptationkit/types/game-streaming-touch-color) - *object*, *optional*. A [color](/reference/system/touchadaptationkit/types/game-streaming-touch-color) object representing the styling instructions for the cap that is sits on the end of the axis.

## Sample

```JSON theme={null}
{
    "axisUp": {
        "stroke" : {
            "type": "solid",
            "color":  "#107C10"
        },
        "cap" : {
            "type": "color",
            "value": "#107C10"
        }
    },
}
```

## Remarks

The `outline` is a component of the [joystick](/reference/system/touchadaptationkit/controls/game-streaming-touch-joystick) control that represents the outline of the circular interactable area and the directional indicator.

## Related Controls

[Joystick](/reference/system/touchadaptationkit/controls/game-streaming-touch-joystick)

## See also

[Touch Adaptation Kit Reference](/build/core-features/common/game-streaming/game-streaming-touch-touch-adaptation-kit-overview)


## Related topics

- [Touch Adaptation Kit (TAK) Reference](/build/core-features/common/game-streaming/game-streaming-touch-touch-adaptation-kit-overview.md)
- [Touch Adaptation Kit](/reference/system/touchadaptationkit/touchadaptationkit-reference.md)
- [GameInputFlightStickAxes](/reference/input/gameinput/enums/gameinputflightstickaxes.md)
- [GameInputRacingWheelAxes](/reference/input/gameinput/enums/gameinputracingwheelaxes.md)
- [GameInputSensorsState](/reference/input/gameinput/structs/gameinputsensorsstate.md)
