You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/tabview/visual-structure.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,11 @@ The TabView uses a set of visual elements when rendered.
15
15
16
16
## Displayed Elements
17
17
18
-
-**Header area**—The area with the TabView header. The Header holds all TabView header items.
19
-
-**Header items**—The TabView header items.
20
-
-**Content area**—The content area corresponding to each header item.
18
+
-**TabView Header**—The area that holds all TabView header items.
19
+
-**Header Item**—The item that represents single header item of the `TabViewItem`.
20
+
-**Header Text**—The text inside the header item.
21
+
-**Selected Item**—The selected tab item. The header item background color changes and the content of the corresponding header item that is selected.
22
+
-**TabView Content**—The content area corresponding to each header item.
0 commit comments