8.7 released—WinterCG Compliance Part 1
Learn more
TabViewItem
Represents a tab view entry.

Summary

Constructors

constructor

Properties

iconSource
textTransform
title
view

Constructors

constructor

new TabViewItem(): TabViewItem

Properties

iconSource

iconSource: string
Gets or sets the icon source of the TabViewItem. This could either be a a file name or resource id.

textTransform

textTransform: TextTransformType
Gets or sets the text transform of the tab titles.

title

title: string
Gets or sets the title of the TabViewItem.

view

view: View
Gets or sets the view of the TabViewItem.
Previous
TabView