Defines style of the navigation TabControl. More...
Import Statement: | import Felgo 4.0 |
Inherits: |
This type is used in the global Theme object for the appearance of the navigation TabControl.
[since Felgo 3.7.0] backgroundColor : color |
The background color fills the TabControl's background.
By default, the color matches the target platform.
This property was introduced in Felgo 3.7.0.
[since Felgo 3.7.0] dividerColor : color |
The divider is displayed as a thin line at the very top of the tab bar. Override the divider color to customize the look of the divider.
By default, this is chosen to match the target platform.
This property was introduced in Felgo 3.7.0.
[since Felgo 3.7.0] height : real |
Height of the tab bar, in pixels.
By default, this is chosen to match the target platform.
This property was introduced in Felgo 3.7.0.
[since Felgo 3.7.0] iconSize : real |
The size of the tab icons used for tab bar, in pixels. This value matches platform specific values and should only be overridden if customization is needed.
This property was introduced in Felgo 3.7.0.
[since Felgo 3.7.0] showOnlySelectedLabel : bool |
Do not display text labels for tabs which are not selected. The default setting is true only on Android.
This property was introduced in Felgo 3.7.0.
[since Felgo 3.7.0] textSize : real |
The size of the title displayed for each tab. Matches platform specific values.
This property was introduced in Felgo 3.7.0.
[since Felgo 3.7.0] titleColor : color |
The title color defines the color of the currently selected title label and the icon.
By default this property matches the target platform.
This property was introduced in Felgo 3.7.0.
[since Felgo 3.7.0] titleDisabledColor : color |
The off color defines the font color of the title label and the icon for tabs that are disabled.
By default this property is set to a transparent variant of titleOffColor.
This property was introduced in Felgo 3.7.0.
[since Felgo 3.7.0] titleOffColor : color |
The off color defines the color of the title label and the icon for tabs that are not selected.
By default this property matches the target platform.
This property was introduced in Felgo 3.7.0.
[since Felgo 3.7.0] titlePressedColor : color |
The pressed color defines the color of the title label and the icon for a tab that is being pressed.
By default this property matches the titleOffColor.
This property was introduced in Felgo 3.7.0.