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>