---
title: decorationLabel
framework: tvml
role: collectionGroup
path: tvml/decorationlabel
---

# decorationLabel

Displays text that describes a displayed element.

## Overview

Overview This element is commonly used to provide additional information for a media item or group of media items; for example, the running time for a movie. Here’s an example where the decoration label displays the number of items contained in a listItemLockup element. <listItemLockup>     <title>Comedies</title>     <decorationLabel>4</decorationLabel>     <relatedContent>         <grid>             <section>                 <lockup>                     <img src="path to images on your server/Car_Movie_250x375_B.png" width="250" height="376" />                     <title>Movie 2</title>                 </lockup>                 <lockup>                     <img src="path to images on your server/Car_Movie_250x375_A.png" width="250" height="376" />                     <title>Movie 1</title>                 </lockup>                 <lockup>                     <img src="path to images on your server/Car_Movie_250x375.png" width="250" height="376" />                     <title>Movie 4</title>                 </lockup>                 <lockup>                     <img src="path to images on your server/Car_Movie_250x375_C.png" width="250" height="376" />                     <title>Movie 3</title>                 </lockup>             </section>         </grid>     </relatedContent> </listItemLockup> Contained In listItemLockup

## Topics

### Valid TVML Styles

- [color](tvml/color.md)
- [font-family](tvml/font-family.md)
- [font-size](tvml/font-size.md)
- [font-weight](tvml/font-weight.md)
- [margin](tvml/margin.md)
- [max-height](tvml/element-shaping-max-height.md)
- [max-width](tvml/element-shaping-max-width.md)
- [min-height](tvml/element-shaping-min-height.md)
- [min-width](tvml/element-shaping-min-width.md)
- [text-align](tvml/text-align.md)
- [text-shadow](tvml/text-shadow.md)
- [tv-highlight-color](tvml/tv-highlight-color.md)
- [tv-text-style](tvml/tv-text-style.md)

### Valid TVML Attributes

- [accessibilityText](tvml/accessibilitytext.md)
- [binding](tvml/binding.md)
- [height](tvml/image-attributes-height.md)
- [opaque](tvml/opaque.md)
- [prototype](tvml/prototype.md)
- [theme](tvml/theme.md)
- [width](tvml/image-attributes-width.md)

## See Also

### Text Elements

- [description](tvml/description.md)
- [date](tvml/date.md)
- [monogram](tvml/monogram.md)
- [ordinal](tvml/ordinal.md)
- [strike](tvml/strike.md)
- [subtitle](tvml/subtitle.md)
- [text](tvml/text.md)
- [title](tvml/title.md)
