Class
TabView
TabView
Summary
Constructors
Properties
- android
- androidIconRenderingMode
- androidOffscreenTabLimit
- androidSelectedTabHighlightColor
- androidSwipeEnabled
- androidTabsPosition
- ios
- iosIconRenderingMode
- items
- selectedIndex
- selectedIndexChangedEvent
- selectedTabTextColor
- tabBackgroundColor
- tabTextColor
- tabTextFontSize
162 properties inherited from View
Click to expand
Constructors
constructor
new TabView(): TabView
Properties
android
androidIconRenderingMode
androidOffscreenTabLimit
androidSelectedTabHighlightColor
androidSelectedTabHighlightColor: Color
androidSwipeEnabled
androidTabsPosition
ios
iosIconRenderingMode
items
items: TabViewItem[]
selectedIndex
selectedTabTextColor
selectedTabTextColor: Color
tabBackgroundColor
tabBackgroundColor: Color
tabTextColor
tabTextColor: Color
tabTextFontSize
selectedIndexChangedEvent
Static
Methods
on
on(eventNames: string, callback: (data: EventData) => void, thisArg?: any): any
| Parameter | Default | Description |
eventNames | | string |
callback | | (data: EventData) => void |
thisArg | | any |
Returns any
- Previous
- Switch
- Next
- TabViewItem