[@johanneslumpe/styled-props](../README.md) > ["utils/writing-modes/textOrientation"](../modules/_utils_writing_modes_textorientation_.md) > [TextOrientationProps](../interfaces/_utils_writing_modes_textorientation_.textorientationprops.md)

# Interface: TextOrientationProps

## Type parameters
#### T 
## Hierarchy

**TextOrientationProps**

## Index

### Properties

* [style$TextOrientation](_utils_writing_modes_textorientation_.textorientationprops.md#style_textorientation)

---

## Properties

<a id="style_textorientation"></a>

###  style$TextOrientation

**● style$TextOrientation**: *`T`*

*Defined in [utils/writing-modes/textOrientation.ts:12](https://github.com/johanneslumpe/styled-props/blob/8e709f1/src/utils/writing-modes/textOrientation.ts#L12)*

The **`text-orientation`** CSS property sets the orientation of the text characters in a line. It only affects text in vertical mode (when `writing-mode` is not `horizontal-tb`). It is useful for controlling the display of languages that use vertical script, and also for making vertical table headers.

*__see__*: [https://developer.mozilla.org/docs/Web/CSS/text-orientation](https://developer.mozilla.org/docs/Web/CSS/text-orientation)

___

