Contents

segmentBarHeader

Displays information above a segment bar.

Overview

The segmentBarHeader element displays information that is used to describe the contents of a segmentBar element. Here’s an example that has a title and subtitle above a segment bar that contains one item.

<segmentBarHeader>
   <title>Title</title>
   <subtitle>Subtitle</subtitle>
   <segmentBar>
      <segmentBarItem>
         <title>Title</title>
      </segmentBarItem>
   </segmentBar>
</segmentBarHeader>

Subelements of segmentBarHeader

Elements that Use segmentBarHeader

Topics

Valid TVML Styles

Valid TVML Attributes

See Also

Bar Elements